Socket
Socket
Sign inDemoInstall

auto-install

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-install - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

27

package.json
{
"name": "auto-install",
"version": "1.2.1",
"version": "1.2.2",
"description": "Auto installs dependencies as you code",
"keywords": "auto, dependencies, install, package, watch",
"homepage": "https://github.com/siddharthkp/auto-install#readme",
"repository": {
"type": "git",
"url": "git://https://github.com/siddharthkp/auto-install.git"
},
"license": "MIT",
"main": "index.js",
"bin": "index.js",
"author": "siddharthkp",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/siddharthkp/auto-install"
},
"keywords": [
"auto",
"install",
"dependencies",
"package",
"watch"
],
"author": "siddharthkp",
"license": "MIT",
"engines": {
"node": ">= 4.4.5"
},
"bin": {
"auto-install": "./index.js"
},
"dependencies": {

@@ -29,0 +22,0 @@ "chokidar": "1.6.0",

@@ -15,3 +15,3 @@ #### auto-install

Secure mode: `auto-install --secure` Only install popular modules (> 10k downloads in the last month)
Secure mode: `auto-install --secure` Install popular modules only (> 10k downloads in the last month)

@@ -22,4 +22,8 @@ #### Show your support

#### FAQ
[Does it protect against typosquatting?](https://github.com/siddharthkp/auto-install/issues/6)
#### License
MIT © [siddharthkp](https://github.com/siddharthkp)
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