Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
geniuslyricfinder
Advanced tools
Scrapes from Genius to fetch useful song info including lyrics
const geniuslyricfinder = require("geniuslyricfinder")
geniuslyricfinder.getLyrics("afterglow becky hill")
.then(r => console.log(r))
.catch(e => console.log(e))
{
artist: 'Wilkinson & Becky Hill',
song: 'Afterglow',
thumbnail: 'https://images.genius.com/d8a609e40816a1ccb0474122ced0f166.1000x1000x1.jpg',
lyrics: "Even though the dancing's done\n" +
"Don't worry cause the night is young\n" +
'Who cares where we go\n' +
"We're ready for the afterglow\n" +
'\n' +
'Someone hold the sunlight back\n' +
'Cause we want this night to last\n' +
'\n' +
'Smoke and lasers, love and ravers\n' +
"Afterglow, we're ready for the afterglow\n" +
'Lights and action, strong attraction\n' +
"Afterglow, we're ready for the afterglow\n" +
'Oh baby, baby\n' +
'\n' +
"Afterglow, we're ready for the afterglow\n" +
'\n' +
"We're ready for the afterglow!\n" +
'\n' +
"Even though the dancing's done\n" +
"Don't worry cause the night is young\n" +
'Who cares where we go\n' +
"We're ready for the afterglow\n" +
'\n' +
'Someone hold the sunlight back\n' +
'Cause we want this night to lastSmoke and lasers, love and ravers\n' +
"Afterglow, we're ready for the afterglow\n" +
'Lights and action, strong attraction\n' +
"Afterglow, we're ready for the afterglow\n" +
'Oh baby, baby\n' +
'Strong attraction\n' +
'Oooh, oooh\n' +
"Afterglow, we're ready for the afterglow"
}
FAQs
Uses genius.com to retrieve song lyrics
We found that geniuslyricfinder 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.