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

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.2.8 to 0.2.9

2

lib/nat-upnp/ssdp.js

@@ -180,2 +180,4 @@ var dgram = require('dgram'),

net.isIP(addr.address) === net.isIP(route.destination) ||
net.isIP(addr.address) && net.isIP(route.netmask) &&
net.isIP(route.gateway) &&
ip.isEqual(ip.mask(addr.address, route.netmask),

@@ -182,0 +184,0 @@ ip.mask(route.gateway, route.netmask));

2

package.json
{
"name": "nat-upnp",
"version": "0.2.8",
"version": "0.2.9",
"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