New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tc-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tc-wrapper - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

4

dist/helpers.js

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

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