Huge News!Announcing our $40M Series B led by Abstract Ventures.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.81 to 2.6.82

1

dist/lib/client.js

@@ -33,2 +33,3 @@ "use strict";

"hip hop",
"rap",
"hip-hop",

@@ -35,0 +36,0 @@ "chill",

@@ -52,2 +52,12 @@ "use strict";

});
it("Fetch Spotify Artist", done => {
// song: Soliloquy
// artist: Isaiah Rashad
// genre: chamber pop folk-pop indie folk indie pop indie rock modern rock stomp and holler
CodyMusic.getSpotifyGenre("Kamiyada+").then((result) => {
console.log("GENRE: ", result);
expect(result).to.not.equal("");
done();
});
});
});

@@ -31,2 +31,3 @@ import axios, { AxiosInstance } from "axios";

"hip hop",
"rap",
"hip-hop",

@@ -33,0 +34,0 @@ "chill",

2

package.json
{
"name": "cody-music",
"version": "2.6.81",
"version": "2.6.82",
"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",

@@ -59,2 +59,13 @@ import { TestUtil } from "../util";

});
it("Fetch Spotify Artist", done => {
// song: Soliloquy
// artist: Isaiah Rashad
// genre: chamber pop folk-pop indie folk indie pop indie rock modern rock stomp and holler
CodyMusic.getSpotifyGenre("Kamiyada+").then((result: any) => {
console.log("GENRE: ", result);
expect(result).to.not.equal("");
done();
});
});
});
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