Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-install-security-check

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-install-security-check

Warn users when they are running npm install with scripts enabled

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1.4K
increased by39.07%
Maintainers
1
Weekly downloads
 
Created
Source

npm-install-security-check

Warn users when they are running npm install with scripts enabled.

NPM

Installation

npm install --save npm-install-security-check

Usage

By adding this package to your projects dependencies whenever a consumer installs your project via npm install they will get a big warning in the console if they don't have scripts turned off on npm install.

Silence warning

If you want to silence the warning that this package prints to the console simply add the following file to the directory in which you run npm install from or any of it's parent directories.

*npm-install-security-check.json *

{
  "silent": true
}

FAQs

Package last updated on 07 Sep 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc