Npmvet Versions Save

A simple CLI tool for vetting npm package versions

0.2.1

1 year ago
  • Fixes an issue where command line flags were ignored. Fixes #34 - @slieschke with PR #37 🎉

0.2.0

1 year ago
  • Updated packages
  • Updated tests and code formatting
  • Added support for Git URLs without a v fixes #26
  • Added support for NPM aliases fixes #30
  • Fixed strict mode not checking for mismatching fixes #23
  • Added support for pnpm workspace: prefix

0.1.5

6 years ago
  • Ability to parse git+ssh URL based dependencies. Fixes #2 - PR by @ozzyknox with PR #22 🎉

0.1.4

7 years ago
  • New "strict" option, available by the -s flag that can be used to fail CI builds if packages are unlocked, not just mismatched. Suggested by @jameswlane!

0.1.3

7 years ago
  • New JSON renderer (@timjacobi)
  • CI builds
  • Uses NPM @types instead of Typings (@timjacobi)

0.1.2

7 years ago

Initial release for NPM Vet. You can read more about NPM Vet on the Hark website.