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.7 to 0.1.8

4

package.json
{
"name": "castv2",
"version": "0.1.7",
"version": "0.1.8",
"description": "An implementation of the Chromecast CASTV2 protocol",

@@ -10,3 +10,3 @@ "author": "thibauts",

"debug": "^2.2.0",
"protobufjs": "^3.2.2"
"protobufjs": "^5.0.0"
},

@@ -13,0 +13,0 @@ "scripts": {

castv2
======
[![NPM version](https://badge.fury.io/js/castv2.svg)](http://badge.fury.io/js/castv2)
[![Dependency Status](https://img.shields.io/david/thibauts/node-castv2.svg)](https://david-dm.org/thibauts/node-castv2)
[![npm](https://img.shields.io/npm/dm/castv2.svg?maxAge=2592000)]()
### An implementation of the Chromecast CASTV2 protocol

@@ -12,3 +17,3 @@

``` bash
```bash
$ npm install castv2

@@ -19,3 +24,3 @@ ```

``` bash
```bash
$ npm install castv2 --no-optional

@@ -27,3 +32,3 @@ ```

``` javascript
```js
var Client = require('castv2').Client;

@@ -30,0 +35,0 @@ var mdns = require('mdns');

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