lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
781 stars 35 forks source link

Shrinkwrap has a typo #80

Closed ethankore closed 4 years ago

ethankore commented 4 years ago

Expected Behavior

Users should be able to copy "shrinkwrap".

Current Behavior

People copy "shrinkwarp".

Possible Solution

Changing "shrinkwarp" to "shrinkwrap".

Steps to Reproduce (for bugs)

In a project that includes an npm-shrinkwrap.file, copy the npm-shrinkwrap.json example from README.md (npx lockfile-lint --path npm-shrinkwarp.json --type npm --allowed-hosts npm yarn --validate-https) and paste in your CLI.

Context

Not affected really, just trying to help.

Your Environment

Irrelevant.