The name of the package
interface
Security.Package
interface 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
- version: string
The resolved version to be installed that matches the requested range.
This is the exact version string, not a range.