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.8 to 1.1.9

2

lib/execSync.js

@@ -30,3 +30,3 @@ // Generated by CoffeeScript 1.10.0

}
if (!((error != null) || status !== 0)) {
if ((error == null) && status !== 0) {
error = new Error("Command failed, '" + cmd + "' exited with status " + status);

@@ -33,0 +33,0 @@ }

{
"name": "executive",
"version": "1.1.8",
"version": "1.1.9",
"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