Bun

interface

Security.Package

interface Package

  • name: string

    The name of the package

  • requestedRange: string

    The range that was requested by the command

    This could be a tag like beta or a semver range like >=4.0.0

  • tarball: string

    The URL of the tgz of this package that Bun will download

  • version: string

    The resolved version to be installed that matches the requested range.

    This is the exact version string, not a range.