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

udp-director

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

udp-director - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.dockerignore

14

package.json
{
"name": "udp-director",
"version": "0.1.0",
"version": "0.1.1",
"description": "A tool that is capable of directing UDP traffic from a specific port to as many hosts as needed.",

@@ -33,3 +33,15 @@ "keywords": [

"lodash": "^4.17.2"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^3.0.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"mocha-sinon": "^1.1.6",
"sinon": "^1.17.6"
}
}
# **udp-director**
[![Build Status](https://github.ci.carldanley.com/api/badges/carldanley/node-udp-director/status.svg)](https://github.ci.carldanley.com/carldanley/node-udp-director)
> A tool that is capable of redirecting UDP traffic from a specific port to as many hosts as needed.

@@ -4,0 +6,0 @@

4

src/parse-settings-cli.js

@@ -35,3 +35,3 @@ // external dependencies

'<receiverA>,...,<receiverZ>".');
process.exit(1);
return;
}

@@ -56,3 +56,3 @@

'"<ip>".');
process.exit(1);
return;
} else if (chunk.length === 2) {

@@ -59,0 +59,0 @@ receiver.port = parseInt(chunk[1], 10);

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