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

cody-music

Package Overview
Dependencies
Maintainers
1
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cody-music - npm Package Compare versions

Comparing version 2.6.12 to 2.6.13

6

dist/lib/playerstate.js

@@ -70,3 +70,3 @@ "use strict";

// return the value from cache
return devices;
return devices || [];
}

@@ -85,3 +85,5 @@ const api = "/v1/me/player/devices";

}
cacheUtil.setItem("devices", devices, 60 /* second */);
if (devices) {
cacheUtil.setItem("devices", devices, 20 /* second */);
}
// cache these results for a minute

@@ -88,0 +90,0 @@ return devices;

@@ -81,3 +81,3 @@ import { MusicUtil } from "./util";

// return the value from cache
return devices;
return devices || [];
}

@@ -98,3 +98,5 @@

}
cacheUtil.setItem("devices", devices, 20 /* second */);
if (devices) {
cacheUtil.setItem("devices", devices, 20 /* second */);
}

@@ -101,0 +103,0 @@ // cache these results for a minute

{
"name": "cody-music",
"version": "2.6.12",
"version": "2.6.13",
"description": "mac osx spotify and itunes music player controller, spotify audio features, itunes and spotify genre, and playlist control",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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