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

spotify-web-api-ts-edge

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.9.3 to 0.9.4

cjs/apis/AlbumsApi.js

14

package.json
{
"name": "spotify-web-api-ts-edge",
"version": "0.9.3",
"version": "0.9.4",
"description": "An isomorphic TypeScript wrapper for Spotify's Web API that can run on the edge",

@@ -17,8 +17,2 @@ "main": "cjs/index.js",

],
"husky": {
"hooks": {
"commit-msg": "web-scripts commitmsg",
"pre-commit": "web-scripts precommit"
}
},
"devDependencies": {

@@ -30,7 +24,5 @@ "@spotify/eslint-config-typescript": "^14.1.6",

"@types/node": "^18.15.11",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"husky": "^8.0.3",
"jest": "^29.5.0",

@@ -44,8 +36,4 @@ "jest-mock-fetch": "^2.0.5",

},
"dependencies": {
"axios": "^1.3.5"
},
"scripts": {
"build": "web-scripts build --project tsconfig.build.json",
"commit": "web-scripts commit",
"format": "web-scripts format",

@@ -52,0 +40,0 @@ "lint": "web-scripts lint",

@@ -18,12 +18,21 @@ <p align="center">

</p>
<p align="center">
<img alt="Master Workflow" src="https://github.com/YgorPerez/spotify-web-api-ts-edge/workflows/Master%20Workflow/badge.svg"/>
<img alt="codecov" src="https://codecov.io/gh/YgorPerez/spotify-web-api-ts-edge/branch/master/graph/badge.svg"/>
<img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
</p>
</p>
</p>
<br/>
### This is a fork from https://github.com/adamgrieger/spotify-web-api-ts
<br/>
## Changes made
- removed the querystring package in favor of `urlSearchParams`
- removed axios in favor of fetch making it possible to run on the edge
- zero dependencies
## Warning
- I didn't test the fetches involing post, I wouldn't consider this package stable, use it with caution and lock the version when installing
---
## Installation

@@ -30,0 +39,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