spotify-web-api-ts
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
203
269693
4789
1
- Removedqs@^6.9.4
- Removedcall-bind@1.0.7(transitive)
- Removeddefine-data-property@1.1.4(transitive)
- Removedes-define-property@1.0.0(transitive)
- Removedes-errors@1.3.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-intrinsic@1.2.4(transitive)
- Removedgopd@1.0.1(transitive)
- Removedhas-property-descriptors@1.0.2(transitive)
- Removedhas-proto@1.0.3(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhasown@2.0.2(transitive)
- Removedobject-inspect@1.13.3(transitive)
- Removedqs@6.13.0(transitive)
- Removedset-function-length@1.2.2(transitive)
- Removedside-channel@1.0.6(transitive)