tc-wrapper
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -11,3 +11,3 @@ 'use strict'; | ||
var _childProcessPromise = require('child-process-promise'); | ||
var _childProcessEs6Promise = require('child-process-es6-promise'); | ||
@@ -28,3 +28,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
debug('About to execute cmd: ' + cmd + ' with allowed errors: ' + JSON.stringify(allowedErrors)); | ||
return (0, _childProcessPromise.exec)(cmd).then(function (result) { | ||
return (0, _childProcessEs6Promise.exec)(cmd).then(function (result) { | ||
debug('Executed successfully cmd: ' + cmd + ': ', result.stdout); | ||
@@ -31,0 +31,0 @@ var stdout = result.stdout; |
{ | ||
"name": "tc-wrapper", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "NodeJS wrapper for tc command (traffic control on linux)", | ||
@@ -24,3 +24,3 @@ "author": "J. Victor Soto", | ||
"bluebird": "^3.5.0", | ||
"child-process-promise": "^2.2.1", | ||
"child-process-es6-promise": "^1.2.0", | ||
"debug": "^2.6.8", | ||
@@ -27,0 +27,0 @@ "joi": "^10.5.2", |
40451
+ Addedchild-process-es6-promise@1.2.1(transitive)
- Removedchild-process-promise@^2.2.1
- Removedchild-process-promise@2.2.1(transitive)
- Removedcross-spawn@4.0.2(transitive)
- Removedisexe@2.0.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removednode-version@1.2.0(transitive)
- Removedpromise-polyfill@6.1.0(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedwhich@1.3.1(transitive)
- Removedyallist@2.1.2(transitive)