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 1.0.1 to 1.0.2

2

lib/flow.js

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

exports.parallel = function(fn, cmds, cb) {
exports.parallel = function(fn, cmds, opts, cb) {
var cmd, done, errAll, i, len, outAll, results;

@@ -25,0 +25,0 @@ outAll = '';

@@ -29,2 +29,6 @@ // Generated by CoffeeScript 1.10.0

wrapper.parallel = partial({
parallel: true
});
wrapper.quiet = partial({

@@ -31,0 +35,0 @@ quiet: true

{
"name": "executive",
"version": "1.0.1",
"version": "1.0.2",
"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