Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cody-music

Package Overview
Dependencies
Maintainers
7
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.10.4 to 2.10.5

2

lib/util.ts

@@ -74,3 +74,3 @@ import {

result = await this.execPromise(cmd, opts);
} catch (e) {
} catch (e: any) {
result = { error: e.message };

@@ -77,0 +77,0 @@ }

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

@@ -40,3 +40,3 @@ "main": "dist/index.js",

"@types/mocha": "^8.2.1",
"@types/node": "^14.14.32",
"@types/node": "^17.0.21",
"babel-cli": "^6.26.0",

@@ -46,11 +46,11 @@ "babel-preset-es2015": "^6.24.1",

"mocha": "^8.3.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"dependencies": {
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"axios": "^0.26.0",
"dotenv": "^16.0.0",
"moment-timezone": "^0.5.33",
"open": "^8.0.2"
"open": "^8.4.0"
}
}
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