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.1.2 to 1.1.3

1

lib/exec.js

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

child.on('close', exit);
child.on('exit', exit);
child.on('error', done);

@@ -100,0 +99,0 @@ return child;

10

lib/parse.js

@@ -41,11 +41,5 @@ // Generated by CoffeeScript 1.10.0

argsObject = function(obj, opts, env) {
var args, cmd, k, ref1, ref2, v;
var args, cmd, ref1, ref2;
cmd = obj.cmd;
if (obj.env) {
ref1 = obj.env;
for (k in ref1) {
v = ref1[k];
env[k] = v;
}
}
env = Object.assign(env, (ref1 = obj.env) != null ? ref1 : {});
args = (ref2 = obj.args) != null ? ref2 : [];

@@ -52,0 +46,0 @@ return [cmd, args, env];

{
"name": "executive",
"version": "1.1.2",
"version": "1.1.3",
"description": "Elegant command execution.",

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

Sorry, the diff of this file is not supported yet

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