Socket
Socket
Sign inDemoInstall

nat-upnp

Package Overview
Dependencies
5
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

3

lib/nat-upnp/client.js

@@ -135,2 +135,5 @@ var nat = require('../nat-upnp');

results = results.filter(function(item) {
if (typeof item.description !== 'string')
return;
if (options.description instanceof RegExp) {

@@ -137,0 +140,0 @@ return item.description.match(options.description) !== null;

2

lib/nat-upnp/ssdp.js

@@ -154,3 +154,3 @@ var dgram = require('dgram');

this.emit('_device', headers, remote.address);
this.emit('_device', headers, addr);
};

@@ -157,0 +157,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc