Socket
Socket
Sign inDemoInstall

castv2-client

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

castv2-client - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

lib/controllers/receiver.js

@@ -61,6 +61,6 @@ var util = require('util');

ReceiverController.prototype.setVolume = function(volume, callback) {
ReceiverController.prototype.setVolume = function(options, callback) {
var data = {
type: 'SET_VOLUME',
volume: {level: volume}
volume: options // either `{ level: 0.5 }` or `{ muted: true }`
};

@@ -67,0 +67,0 @@

{
"name": "castv2-client",
"version": "0.0.7",
"version": "0.0.8",
"description": "A Chromecast client based on the new (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