Socket
Socket
Sign inDemoInstall

castv2

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

castv2 - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

6

lib/client.js

@@ -53,6 +53,8 @@ var EventEmitter = require('events').EventEmitter;

debug('connection closed');
self.ps.removeListener('packet', onpacket);
self.socket.removeListener('error', onerror);
self.socket = null;
self.ps = null;
if (self.ps) {
self.ps.removeListener('packet', onpacket);
self.ps = null;
}
self.emit('close');

@@ -59,0 +61,0 @@ }

{
"name": "castv2",
"version": "0.1.5",
"version": "0.1.6",
"description": "An implementation of the Chromecast CASTV2 protocol",

@@ -5,0 +5,0 @@ "author": "thibauts",

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