New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@immjs/nat-api

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@immjs/nat-api - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/upnp/ssdp.ts

@@ -41,3 +41,3 @@ import dgram, { RemoteInfo, Socket } from 'dgram';

const socket = await Object.entries(interfaces)
const socket = await Promise.any(Object.entries(interfaces)
.flatMap(

@@ -48,3 +48,3 @@ ([iface, infos]) =>

.map((item) => createSocket(item)) || [],
)[0];
));

@@ -51,0 +51,0 @@ return new Ssdp(

{
"version": "1.0.0",
"version": "1.0.1",
"name": "@immjs/nat-api",

@@ -12,14 +12,11 @@ "description": "Port mapping with UPnP and NAT-PMP",

},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"fast-xml-parser": "^4.0.1"
"fast-xml-parser": "^4.4.1"
},
"devDependencies": {
"@types/default-gateway": "^7.2.2",
"@types/node": "^17.0.8",
"@types/node": "^22.3.0",
"default-gateway": "^7.2.2",
"typescript": "^4.5.4",
"uvu": "^0.5.3"
"typescript": "^5.5.4",
"uvu": "^0.5.6"
},

@@ -26,0 +23,0 @@ "author": {

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