Socket
Socket
Sign inDemoInstall

node-upnp-subscription

Package Overview
Dependencies
9
Maintainers
1
Versions
12
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

2

index.js

@@ -77,3 +77,3 @@ "use strict";

emitter.emit('error:unsubscribe', e);
}).end();
}).setTimeout(3000, () => emitter.emit('unsubscribed', { sid: sid })).end();
} else {

@@ -80,0 +80,0 @@ emitter.emit('error:unsubscribe', new Error('No SID for subscription'));

@@ -9,3 +9,3 @@ {

"description": "Upnp subscription library for Node, handling subscription, renewal and expiry.",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",

@@ -12,0 +12,0 @@ "directories": {},

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