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.11 to 0.0.12

6

index.js

@@ -11,3 +11,3 @@ const Promise = require('bluebird');

+ (opts.global ? " -g":"")
+ (opts.save ? " --save":"")
+ (opts.save ? " --save":" --no-save")
+ (opts.saveDev? " --save-dev":"")

@@ -44,3 +44,3 @@ + (opts.legacyBundling? " --legacy-bundling":"")

+ (opts.global ? " -g":"")
+ (opts.save ? " --save":"")
+ (opts.save ? " --save":" --no-save")
+ (opts.saveDev? " --saveDev":"");

@@ -74,3 +74,3 @@

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

@@ -77,0 +77,0 @@ return reject(error);

{
"name": "npm-programmatic",
"version": "0.0.11",
"version": "0.0.12",
"description": "Use NPM commands programmatically",

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

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