New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

npm-programmatic

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-programmatic - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

index.js

@@ -69,4 +69,6 @@ const Promise = require('bluebird');

exec(cmdString, {cwd: path?path:"/"},(error, stdout, stderr) => {
if (stderr.indexOf("missing")== -1 && stderr.indexOf("required") == -1) {
reject(error);
if(stderr == ""){
if (stderr.indexOf("missing")== -1 && stderr.indexOf("required") == -1) {
return reject(error);
}
}

@@ -73,0 +75,0 @@ var packages = [];

{
"name": "npm-programmatic",
"version": "0.0.5",
"version": "0.0.6",
"description": "Use NPM commands programmatically",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,3 +0,3 @@

# npm-programmatic
[![Build Status](https://travis-ci.org/Manak/npm-programmatic.svg?branch=master)](https://travis-ci.org/Manak/npm-programmatic)
# npm-programmatic [![Build Status](https://travis-ci.org/Manak/npm-programmatic.svg?branch=master)](https://travis-ci.org/Manak/npm-programmatic)
[![NPM](https://nodei.co/npm/npm-programmatic.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/npm-programmatic/)

@@ -4,0 +4,0 @@ npm-programmatic is a library that allows you to access npm commands programmatically from javascript

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