https://github.com/adarshrkumar/qix-vulnerability-checker
A CLI tool to check and update vulnerable npm dependencies.
https://github.com/adarshrkumar/qix-vulnerability-checker
checker cli dependencies npm security vulnerability
Last synced: 2 months ago
JSON representation
A CLI tool to check and update vulnerable npm dependencies.
- Host: GitHub
- URL: https://github.com/adarshrkumar/qix-vulnerability-checker
- Owner: adarshrkumar
- Created: 2025-09-11T01:01:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T01:40:59.000Z (10 months ago)
- Last Synced: 2025-09-11T05:13:24.144Z (10 months ago)
- Topics: checker, cli, dependencies, npm, security, vulnerability
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/check-qix-vulnerabilities
- Size: 162 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qix Vulnerability Checker
A CLI tool to check and update vulnerable npm dependencies.
## Installation
```bash
npm install -g check-qix-vulnerabilities
```
## Usage
```bash
check-qix-vulnerabilities
```
## What it does
This tool checks for known vulnerable dependencies that were published by `qix` in your project and automatically updates them to the latest versions. It reports which packages are still vulnerable after the update.
## Requirements
- Node.js >= 14.0.0
- npm
## License
ISC
## Author
Adarsh R. Kumar ()