Socket
Socket
Sign inDemoInstall

localtunnel

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localtunnel - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

2

client.js

@@ -86,3 +86,3 @@ var net = require('net');

}
else {
else if (err.code !== 'ETIMEDOUT') {
self.emit('error', err);

@@ -89,0 +89,0 @@ }

@@ -0,1 +1,5 @@

# 1.4.0 (2014-08-31)
* don't emit errors for ETIMEDOUT
# 1.2.0 / 2014-04-28

@@ -2,0 +6,0 @@

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

"description": "expose localhost to the world",
"version": "1.3.0",
"version": "1.4.0",
"repository": {

@@ -26,2 +26,2 @@ "type": "git",

"main": "./client.js"
}
}
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