An open API service indexing awesome lists of open source software.

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.

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 ()