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

auto-install

Package Overview
Dependencies
Maintainers
3
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.3.2 to 1.3.3

.travis.yml

2

helpers.js

@@ -140,3 +140,3 @@ const fs = require('fs');

console.log();
console.log(response.stderr.red);
console.log(colors.red(response.stderr));
}

@@ -143,0 +143,0 @@ return !response.status; // status = 0 for success

{
"name": "auto-install",
"version": "1.3.2",
"version": "1.3.3",
"description": "Auto installs dependencies as you code",

@@ -13,3 +13,3 @@ "keywords": "auto, dependencies, install, package, watch",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node node_modules/eslint/bin/eslint.js ."
},

@@ -30,3 +30,10 @@ "engines": {

"yargs": "4.8.1"
},
"devDependencies": {
"eslint": "3.3.0",
"eslint-config-airbnb": "10.0.1",
"eslint-plugin-import": "1.13.0",
"eslint-plugin-jsx-a11y": "2.1.0",
"eslint-plugin-react": "6.1.0"
}
}
#### auto-install
[![Build
Status](https://travis-ci.org/siddharthkp/auto-install.svg)](https://travis-ci.org/siddharthkp/auto-install)
[![npm](https://img.shields.io/npm/dm/auto-install.svg?maxAge=2592000)](https://www.npmjs.com/package/auto-install)
Auto installs dependencies as you code. Just hit save.

@@ -4,0 +8,0 @@

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