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

@svrooij/sonos

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svrooij/sonos - npm Package Compare versions

Comparing version 2.4.1-beta.1 to 2.4.1-beta.2

3

lib/helpers/array-helper.js

@@ -5,2 +5,5 @@ "use strict";

static ForceArray(input) {
if (input === undefined) {
return [];
}
return Array.isArray(input) ? input : [input];

@@ -7,0 +10,0 @@ }

22

package.json
{
"name": "@svrooij/sonos",
"version": "2.4.1-beta.1",
"version": "2.4.1-beta.2",
"description": "A node library to control your sonos devices, written in typescript",

@@ -33,9 +33,9 @@ "main": "lib/index.js",

"devDependencies": {
"@types/chai": "^4.2.14",
"@types/chai": "^4.2.16",
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.15",
"@types/node-fetch": "^2.5.7",
"@types/node-fetch": "^2.5.10",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"chai": "^4.2.0",
"chai": "^4.3.4",
"eslint": "^7.6.0",

@@ -45,12 +45,12 @@ "eslint-config-airbnb-typescript": "^9.0.0",

"glob": "^7.1.6",
"handlebars": "^4.7.6",
"jest": "^26.6.1",
"nock": "^13.0.4",
"ts-jest": "^26.4.3",
"ts-node": "^8.10.2",
"handlebars": "^4.7.7",
"jest": "^26.6.3",
"nock": "^13.0.11",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typescript": "^3.8.5"
},
"dependencies": {
"debug": "4.2.0",
"fast-xml-parser": "^3.17.4",
"debug": "4.3.1",
"fast-xml-parser": "3.19.0",
"guid-typescript": "^1.0.9",

@@ -57,0 +57,0 @@ "html-entities": "^2.3.2",

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