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.3.3 to 0.4.0

4

index.js

@@ -81,3 +81,3 @@ var child_process = require('child_process'),

if (code !== 0) {
_err = new Error(cmd + 'exited with code ' + code);
_err = new Error(cmd + ' exited with code ' + code);
_err.cmd = cmd + ' ' + args.join(' ')

@@ -146,3 +146,3 @@ _err.code = code

if (code !== 0) {
_err = new Error(cmd + 'exited with code ' + code);
_err = new Error(cmd + ' exited with code ' + code);
_err.cmd = cmd + ' ' + args.join(' ')

@@ -149,0 +149,0 @@ _err.code = code

{
"name": "executive",
"version": "0.3.3",
"version": "0.4.0",
"description": "exec for the lazy",

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