Socket
Socket
Sign inDemoInstall

node-cmd

Package Overview
Dependencies
0
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.2.0

2

commandline.js

@@ -20,3 +20,3 @@ var exec = require('child_process').exec;

return function(err,data,stderr){
callback(data);
callback(data,err,stderr);
}

@@ -23,0 +23,0 @@ }

{
"name": "node-cmd",
"version": "1.1.1",
"version": "1.2.0",
"description": "Simple commandline/terminal interface to allow you to run cli or bash style commands as if you were in the terminal.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc