Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdehaan/node-lint
Clones a GitHub repo, runs npm install, npm shrinkwrap, and checks for vulnerable modules using nsp.
https://github.com/pdehaan/node-lint
Last synced: 15 days ago
JSON representation
Clones a GitHub repo, runs npm install, npm shrinkwrap, and checks for vulnerable modules using nsp.
- Host: GitHub
- URL: https://github.com/pdehaan/node-lint
- Owner: pdehaan
- License: unlicense
- Created: 2014-08-24T22:57:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T23:04:21.000Z (over 10 years ago)
- Last Synced: 2024-10-31T13:13:16.734Z (2 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-lint
Clones a GitHub repo, runs npm install, npm shrinkwrap, and checks for vulnerable modules using nsp.
## Usage:
```sh
$ ./scan.sh {user}/{repo}
```