Socket
Socket
Sign inDemoInstall

chromecasts

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chromecasts - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

12

index.js

@@ -181,6 +181,10 @@ var castv2 = require('castv2-client')

if (!cb) cb = noop
player.request({
type: 'EDIT_TRACKS_INFO',
activeTrackIds: id ? [id === true ? 1 : id] : []
}, cb)
connect(function (err, p) {
if (err) return cb(err)
player.request({
type: 'EDIT_TRACKS_INFO',
activeTrackIds: id ? [id === true ? 1 : id] : []
}, cb)
})
}

@@ -187,0 +191,0 @@

{
"name": "chromecasts",
"version": "1.5.3",
"version": "1.5.4",
"description": "Query your local network for Chromecasts and have them play media",

@@ -5,0 +5,0 @@ "main": "index.js",

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