New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.4.6

11

index.js

@@ -197,6 +197,6 @@ var child_process = require('child_process'),

args = parseShell(args.join(' '));
}
// Here args should be an object.
else {
if (args.length) args = parseShell(args.join(' '));
} else {
// Here args should be an object.
cmd = args.cmd;

@@ -211,4 +211,3 @@

args = args.args;
}
else {
} else {
args = [];

@@ -215,0 +214,0 @@ }

{
"name": "executive",
"version": "0.4.5",
"version": "0.4.6",
"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