Socket
Socket
Sign inDemoInstall

spotify-web-api-ts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-web-api-ts - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

cjs/apis/AlbumsApi.d.ts

19

package.json
{
"name": "spotify-web-api-ts",
"version": "1.0.0",
"version": "1.1.0",
"description": "An isomorphic TypeScript wrapper for Spotify's Web API",

@@ -11,4 +11,9 @@ "main": "cjs/SpotifyWebApi.js",

"license": "MIT",
"files": [
"cjs",
"esm",
"types"
],
"scripts": {
"build": "web-scripts build",
"build": "web-scripts build --project tsconfig.build.json",
"commit": "web-scripts commit",

@@ -19,3 +24,4 @@ "format": "web-scripts format",

"release": "web-scripts release",
"test": "web-scripts test"
"test": "web-scripts test",
"generate-docs": "typedoc --out docs src/SpotifyWebApi.ts"
},

@@ -30,9 +36,8 @@ "husky": {

"@spotify/web-scripts": "^7.0.1",
"@types/qs": "^6.9.3",
"husky": "^4.2.5"
"husky": "^4.2.5",
"typedoc": "^0.17.7"
},
"dependencies": {
"axios": "^0.19.2",
"qs": "^6.9.4"
"axios": "^0.19.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