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

mytunnel

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mytunnel - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 3.2.1 (2021-02-22)
- Removed pings to server as they violate correct use of the tcp socket passed to httpAgent
# 3.2.0 (2021-02-20)

@@ -2,0 +5,0 @@ - Added TS typings

4

lib/TunnelCluster.js

@@ -42,4 +42,2 @@ const { EventEmitter } = require('events');

const remotePing = setInterval(() => remote.write('ping'), 9000);
remote.setKeepAlive(true);

@@ -61,3 +59,2 @@

clearInterval(remotePing);
remote.end();

@@ -96,3 +93,2 @@ });

debug('remote close');
clearInterval(remotePing);
this.emit('dead');

@@ -99,0 +95,0 @@ local.end();

{
"name": "mytunnel",
"description": "Expose localhost to the world",
"version": "3.2.0",
"version": "3.2.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

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