Socket
Socket
Sign inDemoInstall

nat-upnp

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nat-upnp - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

lib/nat-upnp/client.js

@@ -21,3 +21,4 @@ var nat = require('../nat-upnp');

['NewExternalPort', options.remote.port],
['NewProtocol', options.protocol || 'tcp'],
['NewProtocol', options.protocol ?
options.protocol.toUpperCase() : 'TCP'],
['NewInternalPort', options.internal.port],

@@ -24,0 +25,0 @@ ['NewInternalClient', options.internal.host || address],

{
"name": "nat-upnp",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/nat-upnp",

@@ -5,0 +5,0 @@ "author": "Fedor Indutny <fedor@indutny.com>",

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