Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

qa-control

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qa-control

QA control of things that nobody controls

latest
Source
npmnpm
Version
0.6.11
Version published
Weekly downloads
768
297.93%
Maintainers
1
Weekly downloads
 
Created
Source

qa-control

Quality assurance tool for node/npm projects

extending npm-version downloads build coverage security qa-control

language: English also available in: Spanish

Install

$ npm install -g qa-control

Usage (command-line)

$ pwd
/home/user/npm-packages/this-module
$ qa-control --list-langs
Available languages: en es

$ qa-control .
Done without warnings!

Usage (code)

var qaControl = require('qa-control');

qaControl.controlProject('./path/to/my/project').then(function(warnings){
    console.log(warnings);
});

License

MIT

FAQs

Package last updated on 30 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts