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.1 to 1.0.2

2

io-package.json

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

"title": "Chromecast Adapter",
"version": "1.0.0",
"version": "1.0.2",
"license": "MIT",

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

@@ -45,3 +45,3 @@ //SSDP Scanner

var xtend = require('xtend');
var txt = require('mdns-txt')();
var txt = require('dns-txt')();
function mdsn_scan(cb_new, scan_interval, cb_update) {

@@ -48,0 +48,0 @@ var m = mdns();

{
"name": "iobroker.chromecast",
"version": "1.0.1",
"version": "1.0.2",
"description": "ioBroker chromecast Adapter",

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

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

### 1.0.2
* (Vegetto) Fix deprecation warning - use dns-txt instead of mdns-txt
### 1.0.1

@@ -71,3 +74,3 @@ * (Vegetto) Fix exception

### 1.0.0
* (Vegetto) Try to play last played URL when setting playing state to true
* (Vegetto) **Try to play last played URL when setting playing state to true**
* (Vegetto) Fix jshint and jscs findings

@@ -74,0 +77,0 @@

/*
ioBroker.chromecast Widget-Set
version: "1.0.0"
version: "1.0.2"

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

vis.binds.chromecast = {
version: "1.0.0",
version: "1.0.2",
showVersion: function () {

@@ -145,0 +145,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