Socket
Socket
Sign inDemoInstall

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.0 to 1.3.1

2

helpers.js

@@ -199,3 +199,3 @@ 'use strict'

const POPULARITY_THRESHOLD = 10000;
let isModulePopular = ({name, dev}) => {
let isModulePopular = (name) => {
let url = 'https://api.npmjs.org/downloads/point/last-month/' + name;

@@ -202,0 +202,0 @@ request('GET', url, (error, response, body) => {

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

@@ -5,0 +5,0 @@ "keywords": "auto, dependencies, install, package, watch",

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