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

executive

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

executive - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

lib/exec.js

@@ -48,3 +48,2 @@ // Generated by CoffeeScript 1.10.0

ref = parse(cmd, opts), cmd = ref[0], args = ref[1], opts = ref[2];
console.log(opts);
if (opts.stdio == null) {

@@ -51,0 +50,0 @@ opts.stdio = [0, 'pipe', 'pipe'];

@@ -15,3 +15,2 @@ // Generated by CoffeeScript 1.10.0

opts = Object.assign(defaults, opts != null ? opts : {});
console.log(opts);
return executive(cmds, opts, cb);

@@ -18,0 +17,0 @@ };

2

package.json
{
"name": "executive",
"version": "1.0.3",
"version": "1.0.4",
"description": "Elegant command execution.",

@@ -5,0 +5,0 @@ "main": "lib/",

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