A fork of npm-check.
npm install @rushstack/npm-check-forkThis package is a temporary rushstack maintained fork of npm-check, used internally by rush upgrade-interactive. It exists to address security vulnerabilities and compatibility issues present in the latest upstream version.
Origin:
- Forked from npm-check
- Original copyright:
```
Copyright (c) 2015 Dylan Greene
Licensed under the MIT license.
Purpose:
This fork is expected to be temporary and will be removed once upstream issues are resolved.
- Removed unused state properties:
Properties from the state object that were never set or used have been removed (see INpmCheckState).peerDependencies
- Removed from INpmCheckPackageSummary:npm-check
This property was deprecated in and was never set.path-exists
- Removed emoji support:
Emoji output was never used in rushstack/rush-lib and has been stripped out.
- Downgraded dependency:path-exists
The latest version of is ESM-only; this fork uses a compatible CommonJS version.semverDiff
- Removed dependency:semver
This was deprecated and its functionality has been replaced by direct usage of .
This fork retains the original MIT license from npm-check`.