spotify-node-wrapper
Advanced tools
Comparing version 1.6.1 to 1.7.0
{ | ||
"name": "spotify-node-wrapper", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"description": "A simplified interface to interact with the Spotify Web API.", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "jest" | ||
"test": "mocha" | ||
}, | ||
@@ -28,8 +28,9 @@ "repository": { | ||
"homepage": "https://github.com/Saurinpatel20/Spotify-Node-Wrapper#readme", | ||
"devDependencies": { | ||
"jest": "^29.6.4" | ||
}, | ||
"dependencies": { | ||
"node-fetch": "^3.3.2" | ||
}, | ||
"devDependencies": { | ||
"dotenv": "^16.3.1", | ||
"mocha": "^10.2.0" | ||
} | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
120522
2675
2
3