Socket
Socket
Sign inDemoInstall

castv2-player

Package Overview
Dependencies
110
Maintainers
24
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

3

lib/mediaInfo.js

@@ -72,2 +72,3 @@ "use strict"

that._icyConnection = icy.get(con, function (res) {
res.headers = res.headers ? res.headers : res.res && res.res.headers;
if (res.statusCode >= 300 && res.statusCode < 400) {

@@ -178,3 +179,3 @@ log.info("%s - Detected redirection (%d) to %s",that._name, res.statusCode, res.headers.location);

that._addItem (that._url, that._contentType, {title: title});
that._addItem (that._url, that._contentType, {albumName: title});

@@ -181,0 +182,0 @@ // log any "metadata" events that happen

{
"name": "castv2-player",
"version": "2.1.2",
"version": "2.1.3",
"description": "A Chromecast client based on the new (CASTV2) protocol",

@@ -13,19 +13,22 @@ "author": "angelnu",

"icy": "^2.1.0",
"mime-types": "^2.1.21",
"multicast-dns": "^7.2.0",
"mime-types": "^2.1.35",
"multicast-dns": "^7.2.5",
"playlist-parser": "0.0.12",
"sprintf-js": "^1.1.2",
"util": "^0.11.1",
"why-is-node-running": "^2.0.3"
"util": "^0.12.4",
"why-is-node-running": "^2.2.2"
},
"devDependencies": {
"mocha": "^5.2.0",
"why-is-node-running": "2.0.3"
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"mocha": "^9.2.2",
"why-is-node-running": "2.2.2"
},
"scripts": {
"test": "node_modules/.bin/mocha"
"test": "node_modules/.bin/mocha",
"release": "release-script"
},
"repository": {
"type": "git",
"url": "git://github.com/angelnu/castv2-player.git"
"url": "git://github.com/iobroker-community-adapters/castv2-player.git"
},

@@ -32,0 +35,0 @@ "keywords": [

@@ -14,7 +14,2 @@ cast2-player

## [Sponsors](./SPONSORS.md)
If you like my work, please feel free to provide a personal donation
(this is an personal Donate link for Jey Cee, no relation to the ioBroker Project !)
[![Donate](https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.wled/master/admin/button.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=95YZN2LR59Q64&source=url)
##Features

@@ -47,1 +42,7 @@ * Scanner

Check the [main class](lib/mediaPlayer.js).
## Changelog
### 2.1.3 (2022-08-19)
* (Bjoern3003) set album name as song if provided in icy-name
* (Apollon77/aortmannm) Make compatible with Node.js 16+

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc