Comparing version 1.5.6 to 1.5.7
@@ -8,4 +8,4 @@ interface executive { | ||
strict: executive | ||
sync: executive | ||
sync: (command: string | any[], options?: any, callback?: any) => any | ||
} | ||
declare var executive: executive |
@@ -1009,5 +1009,5 @@ 'use strict'; | ||
// commonjs-proxy:/Users/zk/play/executive/node_modules/jsonify/lib/parse.js | ||
// commonjs-proxy:/Users/zk/dev/zeekay/executive/node_modules/jsonify/lib/parse.js | ||
// commonjs-proxy:/Users/zk/play/executive/node_modules/jsonify/lib/stringify.js | ||
// commonjs-proxy:/Users/zk/dev/zeekay/executive/node_modules/jsonify/lib/stringify.js | ||
@@ -1077,9 +1077,9 @@ // node_modules/jsonify/index.js | ||
// commonjs-proxy:/Users/zk/play/executive/node_modules/jsonify/index.js | ||
// commonjs-proxy:/Users/zk/dev/zeekay/executive/node_modules/jsonify/index.js | ||
// commonjs-proxy:/Users/zk/play/executive/node_modules/array-map/index.js | ||
// commonjs-proxy:/Users/zk/dev/zeekay/executive/node_modules/array-map/index.js | ||
// commonjs-proxy:/Users/zk/play/executive/node_modules/array-filter/index.js | ||
// commonjs-proxy:/Users/zk/dev/zeekay/executive/node_modules/array-filter/index.js | ||
// commonjs-proxy:/Users/zk/play/executive/node_modules/array-reduce/index.js | ||
// commonjs-proxy:/Users/zk/dev/zeekay/executive/node_modules/array-reduce/index.js | ||
@@ -1939,2 +1939,6 @@ // node_modules/shell-quote/index.js | ||
exec$1.strict = partial({ | ||
strict: true | ||
}); | ||
exec$1.sync = partial({ | ||
@@ -1941,0 +1945,0 @@ sync: true |
{ | ||
"name": "executive", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "Elegant command execution with built-in control flow", | ||
@@ -5,0 +5,0 @@ "main": "lib/executive.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
317784
3434