spotify-node-wrapper
Advanced tools
Comparing version 1.1.1 to 1.3.0
import { | ||
getSpotifyAccessToken, | ||
} from './SpotifyWrapper/auth.js' | ||
import { | ||
getAlbum, | ||
@@ -136,2 +140,3 @@ getSeveralAlbums, | ||
export { | ||
getSpotifyAccessToken, | ||
getAlbum, | ||
@@ -138,0 +143,0 @@ getSeveralAlbums, |
{ | ||
"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" | ||
} | ||
} |
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
115443
20
2647
0
1
90