You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@scrypted/chromecast

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scrypted/chromecast - npm Package Compare versions

Comparing version

to
0.0.9

2

package.json
{
"name": "@scrypted/chromecast",
"version": "0.0.8",
"version": "0.0.9",
"description": "Send video, audio, and text to speech notifications to Chromecast and Google Home devices",

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

@@ -117,3 +117,3 @@ const fs = require('fs');

this.browser.on('serviceUp', (service) => {
this.browser.on('serviceUp', function(service) {
console.log(JSON.stringify(service));

@@ -149,3 +149,3 @@ var id = service.txtRecord.id;

deviceManager.onDeviceDiscovered(device);
});
}.bind(this));

@@ -152,0 +152,0 @@ this.discoverDevices(30000);

Sorry, the diff of this file is too big to display