@runonflux/nat-upnp
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -28,2 +28,4 @@ "use strict"; | ||
const ports = normalizeOptions(options); | ||
if (typeof ports.remote.host === 'undefined') | ||
ports.remote.host = ""; | ||
return gateway.run("AddPortMapping", [ | ||
@@ -49,2 +51,4 @@ ["NewRemoteHost", ports.remote.host + ""], | ||
const ports = normalizeOptions(options); | ||
if (typeof ports.remote.host === 'undefined') | ||
ports.remote.host = ""; | ||
return gateway.run("DeletePortMapping", [ | ||
@@ -51,0 +55,0 @@ ["NewRemoteHost", ports.remote.host + ""], |
{ | ||
"name": "@runonflux/nat-upnp", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "build/src/index", | ||
@@ -5,0 +5,0 @@ "author": "Fedor Indutny <fedor@indutny.com>, SimplyLinn <https://github.com/SimplyLinn>, Kaden Sharpin <http://github.com/kaden-sharpin>", |
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
83887
39
2269
3