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 0.4.4 to 0.4.5

8

index.js
var child_process = require('child_process'),
isWin = /^win/.test(process.platform),
Stream = require('stream');

@@ -218,2 +219,9 @@

// Hack to work around Windows oddities.
if(isWin) {
args = ['/s', '/c', '"' + cmd + '"'].concat(args);
cmd = 'cmd';
opts.windowsVerbatimArguments = true;
}
if (opts.quiet)

@@ -220,0 +228,0 @@ return quietExec(cmd, args, opts, callback);

2

package.json
{
"name": "executive",
"version": "0.4.4",
"version": "0.4.5",
"description": "Elegant command execution.",

@@ -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