Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dispatch-proxy

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dispatch-proxy - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

lib/index.js

@@ -1,2 +0,2 @@

var HttpProxy, Logger, SocksProxy, crypto, inspect, logger, os, program,
var HttpProxy, Logger, SocksProxy, crypto, inspect, logger, os, pkg, program,
__slice = [].slice;

@@ -18,2 +18,4 @@

pkg = require('../package');
logger = new Logger({

@@ -24,3 +26,3 @@ tab: 10,

program.version('0.1.2');
program.version(pkg.version);

@@ -27,0 +29,0 @@ program.command('list').description('list all available network interfaces').action(function() {

@@ -5,3 +5,3 @@ {

"author": "Alexandre Kirszenberg <a.kirszenberg@gmail.com>",
"version": "0.1.3",
"version": "0.1.4",
"license": "MIT",

@@ -17,3 +17,2 @@ "keywords": [

],
"repository": {

@@ -23,17 +22,12 @@ "type": "git",

},
"bin": {
"dispatch": "./bin/dispatch.js"
},
"scripts": {
"prepublish": "grunt"
},
"engines": {
"node": ">=0.10.0"
},
"engineStrict": true,
"dependencies": {

@@ -44,3 +38,2 @@ "commander": "2.0.0",

},
"devDependencies": {

@@ -47,0 +40,0 @@ "grunt": "*",

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