UNPKG

@cyclonedx/cdxgen

Version:

Creates CycloneDX Software Bill of Materials (SBOM) from source or container image

8 lines 306 B
/** * Converts a package.json npm version specifier to a VERS format range. * * @param {string} versionString - The native npm semver string. * @returns {string} The formatted vers:npm range string. */ export function toVersRange(versionString: string): string; //# sourceMappingURL=versutils.d.ts.map