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.3 to 0.1.4

4

lib/client.js

@@ -93,3 +93,5 @@ var EventEmitter = require('events').EventEmitter;

debug('closing connection ...');
this.socket.end();
// using socket.destroy here because socket.end caused stalled connection
// in case of dongles going brutally down without a chance to FIN/ACK
this.socket.destroy();
};

@@ -96,0 +98,0 @@

{
"name": "castv2",
"version": "0.1.3",
"version": "0.1.4",
"description": "An implementation of the Chromecast CASTV2 protocol",

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

@@ -16,2 +16,8 @@ castv2

On windows, to avoid native modules dependencies, use
``` bash
$ npm install castv2 --no-optional
```
Usage

@@ -18,0 +24,0 @@ -----

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