Code

PackageInfo

Component for displaying npm package information including name, version, and change type.

react^19.0.0
tailwindcss^4.0.0
typescript
minor
5.7.05.9.0
@types/node
added
22.0.0

Props

PropTypeDefaultDescription
namestring-Package name
currentVersionstring-Current package version
newVersionstring-New/updated package version
changeType"major" | "minor" | "patch" | "added" | "removed"-Type of version change
classNamestring-Additional CSS classes

Import

import { PackageInfo } from '@blastx/ui-ai';