Socket
Socket
Sign inDemoInstall

chromecasts

Package Overview
Dependencies
Maintainers
3
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.7.1 to 1.8.0

7

index.js
var castv2 = require('castv2-client')
var debug = require('debug')('chromecasts')
var events = require('events')
var get = require('simple-get')
var mdns = require('multicast-dns')
var mime = require('mime')
var parseString = require('xml2js').parseString
var request = require('request')

@@ -265,6 +265,5 @@ var SSDP

request.get(headers.LOCATION, function (err, res, body) {
get.concat(headers.LOCATION, function (err, res, body) {
if (err) return
parseString(body, {explicitArray: false, explicitRoot: false},
parseString(body.toString(), {explicitArray: false, explicitRoot: false},
function (err, service) {

@@ -271,0 +270,0 @@ if (err) return

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

@@ -10,4 +10,4 @@ "main": "index.js",

"mime": "^1.3.4",
"multicast-dns": "^2.1.0",
"request": "^2.55.0",
"multicast-dns": "^5.4.0",
"simple-get": "^2.0.0",
"thunky": "^0.1.0",

@@ -20,3 +20,3 @@ "xml2js": "^0.4.8"

"devDependencies": {
"standard": "^3.7.3"
"standard": "^6.0.5"
},

@@ -23,0 +23,0 @@ "scripts": {

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