Socket
Socket
Sign inDemoInstall

tcp-proxy.js

Package Overview
Dependencies
10
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -34,3 +34,3 @@ 'use strict';

module.exports = class TCPProxy extends EventEmitter {
constructor(options) {
constructor(options = {}) {
super();

@@ -37,0 +37,0 @@ this.port = options.port;

{
"name": "tcp-proxy.js",
"version": "1.0.2",
"version": "1.0.3",
"description": "simple tcp proxy",

@@ -5,0 +5,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc