Socket
Socket
Sign inDemoInstall

npm-install-security-check

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
1.5K
increased by7.39%
Maintainers
1
Install size
3.20 kB
Created
Weekly downloads
 

Readme

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

Last updated on 07 Sep 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc