localtunnel
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -101,5 +101,2 @@ var net = require('net'); | ||
local.once('close', function(had_error) { | ||
remote.unpipe(); | ||
local.unpipe(); | ||
remote.end(); | ||
debug('local connection closed [%s]', had_error); | ||
@@ -106,0 +103,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"description": "expose localhost to the world", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
9295
190