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 0.2.0 to 0.3.0

3

index.js

@@ -33,2 +33,3 @@ "use strict";

emitter.emit('error', { sid: sid, error: e });
emitter.emit('error:resubscribe', { sid: sid, error: e });
}).end();

@@ -60,2 +61,3 @@ }

emitter.emit('error', e);
emitter.emit('error:subscribe', e);
}).end();

@@ -82,2 +84,3 @@ }

emitter.emit('error', new Error('No SID for subscription'));
emitter.emit('error:unsubscribe', new Error('No SID for subscription'));
}

@@ -84,0 +87,0 @@ };

2

package.json

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

"description": "Upnp subscription library for Node, handling subscription, renewal and expiry.",
"version": "0.2.0",
"version": "0.3.0",
"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