Socket
Socket
Sign inDemoInstall

castv2-player

Package Overview
Dependencies
89
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

4

lib/persistentClient.js

@@ -166,3 +166,5 @@ "use strict"

that._connecting_client.removeAllListeners('error');
that._connecting_client.close();
try {
that._connecting_client.close();
} catch (e) {log.debug("%s - Error trying to close pending connection (expected) - %s", that._name, e);};
}

@@ -169,0 +171,0 @@

{
"name": "castv2-player",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Chromecast client based on the new (CASTV2) protocol",

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

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