mole-proxy
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "mole-proxy", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Proxy listen ports. Go through NAT.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,3 @@ var net = require('net'); | ||
exports.createConnection = function (opt) { | ||
return net.createServer(opt); | ||
return net.connect(opt); | ||
}; | ||
@@ -9,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21682