New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.chromecast

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.chromecast - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

io-package.json

@@ -5,3 +5,3 @@ {

"title": "Chromecast Adapter",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",

@@ -8,0 +8,0 @@ "authors": ["Vegetto <iobroker@angelnu.com>"],

{
"name": "iobroker.chromecast",
"version": "1.0.5",
"version": "1.0.6",
"description": "ioBroker chromecast Adapter",

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

@@ -66,9 +66,3 @@ ![Logo](admin/chromecast.png)

### 1.0.5
* (Vegetto) Fix widget - correct devId check for empty string
### 1.0.4
* (Vegetto) Forgot the github before the npm publish
### 1.0.3
### 1.0.6
* (Vegetto) Fix widget crashing when devId is not set

@@ -75,0 +69,0 @@

/*
ioBroker.chromecast Widget-Set
version: "1.0.5"
version: "1.0.6"

@@ -71,3 +71,3 @@ Copyright 10.2015-2016 Vegetto<iobroker@angelnu.com>

if (typeof devId !== 'string' || !(devId instanceof String))
if (typeof devId !== 'string' && !(devId instanceof String))
return undefined;

@@ -146,3 +146,3 @@

vis.binds.chromecast = {
version: "1.0.5",
version: "1.0.6",
showVersion: function () {

@@ -149,0 +149,0 @@ if (vis.binds.chromecast.version) {

Sorry, the diff of this file is not supported yet

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