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

@runonflux/nat-upnp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runonflux/nat-upnp - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

build/test/api.flux-test.d.ts

4

build/src/nat-upnp/client.js

@@ -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 + ""],

2

package.json
{
"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>",

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