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

spotify-node-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-node-wrapper - npm Package Compare versions

Comparing version 1.1.1 to 1.3.0

index.test.js

5

index.js
import {
getSpotifyAccessToken,
} from './SpotifyWrapper/auth.js'
import {
getAlbum,

@@ -136,2 +140,3 @@ getSeveralAlbums,

export {
getSpotifyAccessToken,
getAlbum,

@@ -138,0 +143,0 @@ getSeveralAlbums,

9

package.json
{
"name": "spotify-node-wrapper",
"version": "1.1.1",
"version": "1.3.0",
"description": "A simplified interface to interact with the Spotify Web API.",

@@ -8,3 +8,3 @@ "main": "index.js",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest"
},

@@ -27,3 +27,6 @@ "repository": {

},
"homepage": "https://github.com/Saurinpatel20/Spotify-Node-Wrapper#readme"
"homepage": "https://github.com/Saurinpatel20/Spotify-Node-Wrapper#readme",
"devDependencies": {
"jest": "^29.6.4"
}
}
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