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.
Figure out if a words needs "an" or "a" in front of it.
npm install --save anora
var anora = require('anora');
anora("computer") // 'a'
anora("object") // 'an'
anora("freeman") // 'a'
This implementation is far from perfect. As described here:
http://www.quickanddirtytips.com/education/grammar/a-versus-an
Words like "honour" and "one-off" will not work properly.
Pull requests are much appreciated, with two rules to bear in mind:
Shake n bake!
FAQs
Figure out if a word needs "an" or "a" in front of it.
The npm package anora receives a total of 39 weekly downloads. As such, anora popularity was classified as not popular.
We found that anora 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.