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

nat-upnp

Package Overview
Dependencies
Maintainers
2
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.2.10 to 0.2.11

2

lib/nat-upnp/device.js

@@ -128,3 +128,3 @@ var nat = require('../nat-upnp'),

return '<' + args[0]+ '>' +
(args[1] || '') +
(args[1] === undefined ? '' : args[1]) +
'</' + args[0] + '>';

@@ -131,0 +131,0 @@ }).join('') +

{
"name": "nat-upnp",
"version": "0.2.10",
"version": "0.2.11",
"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