Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
spotify-local-control
Advanced tools
var connect = require('spotify-local-control')
var client = connect()
client.play('spotify:track:0JhKJg5ejeQ8jq89UQtnw8')
client.pause()
client.resume()
client.status().then(res => console.log(res))
Can also be used on the command line:
$ spotify-local-control
Usage:
$ spotify-local-control <command>
Commands:
<default> Show usage
play <uri> Play a track
status Show artist and track
pause Pause the current track
resume Resume the current track
Examples:
$ spotify-local-control play spotify:track:0JhKJg5ejeQ8jq89UQtnw8
Initialize a new client.
Plays the given song by spotifyUri. spotifyContext can be specified to display a related song, playlist, album or artist.
Pauses the playback.
Resumes the playback.
Get status information about the local client.
$ npm install spotify-local-control
FAQs
Control a local spotify client via spotify-webhelper
The npm package spotify-local-control receives a total of 6 weekly downloads. As such, spotify-local-control popularity was classified as not popular.
We found that spotify-local-control demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.