New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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 0.0.1 to 0.0.2

10

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

@@ -23,9 +23,7 @@ "author": "Scrypted",

"scrypted": {
"name": "Scrypted Visual Studio Code Sample Library",
"type": "Library"
},
"scrypted": {
"name": "Chromecast Notifier",
"type": "Device",
"interfaces": ["DeviceProvider"]
"interfaces": [
"DeviceProvider"
]
},

@@ -32,0 +30,0 @@ "devDependencies": {

2

src/main.js

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

CastDevice.prototype.sendNotificationToHost = function (title, body, media, mimeType) {
if (!media && this.device.type == 'Speaker') {
if (!media || this.device.type == 'Speaker') {

@@ -67,0 +67,0 @@ // the mediaConvert variable is provided by Scrypted and can be used to convert

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

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