https://github.com/obusk/npm-scanner
https://github.com/obusk/npm-scanner
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/obusk/npm-scanner
- Owner: oBusk
- License: isc
- Created: 2021-11-10T23:03:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T23:03:13.000Z (over 3 years ago)
- Last Synced: 2025-01-06T12:46:00.921Z (over 1 year ago)
- Language: TypeScript
- Homepage: npm-scanner.vercel.app
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-scanner
[](https://npm-scanner.vercel.app)
[](https://github.com/oBusk/npm-scanner/actions)
[](https://github.com/prettier/prettier)
[](https://github.com/oBusk/npm-scanner/network/updates)
> Basic virus scanning for npm packages
## Install
```bash
npm install
```
## Development
Create `.env.local` file
```env
VIRUSTOTAL_API_KEY={your-virustotal-api-key}
```
Then run
```bash
npm run dev
```
## Deployment
Deployed automagically using [Vercel](https://vercel.com/)
[https://npm-scanner.vercel.app/](https://npm-scanner.vercel.app/)
## License
ISC © Oscar Busk