spotify-web-api-ts-edge
Advanced tools
Comparing version 0.9.3 to 0.9.4
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
297164
0
15
151
2970
69
9
- Removedaxios@^1.3.5
- Removedasynckit@0.4.0(transitive)
- Removedaxios@1.7.9(transitive)
- Removedcall-bind-apply-helpers@1.0.2(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removeddunder-proto@1.0.1(transitive)
- Removedes-define-property@1.0.1(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedes-object-atoms@1.1.1(transitive)
- Removedes-set-tostringtag@2.1.0(transitive)
- Removedfollow-redirects@1.15.9(transitive)
- Removedform-data@4.0.2(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.7(transitive)
- Removedget-proto@1.0.1(transitive)
- Removedgopd@1.2.0(transitive)
- Removedhas-symbols@1.1.0(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedmath-intrinsics@1.1.0(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedproxy-from-env@1.1.0(transitive)