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.
@rio-cloud/biome-config-claid
Advanced tools
Shared Biome config for Team CLAID projects
npm install -D @biomejs/biome @rio-cloud/biome-config-claid
Add the extends
array to your project's biome.json
file:
// <project-root>/biome.json
{
// ...
"extends": ["@rio-cloud/biome-config-claid"],
// ...
}
Add scripts to your package.json
if you haven't already:
// <project-root>/package.json
{
//...
"scripts": {
"format": "biome format . --write",
"lint": "biome lint .",
"lint:fix": "biome lint . --write",
"lint:fix:unsafe": "biome lint . --write --unsafe"
}
// ...
}
As biome should be used for linting and formatting, you can remove eslint and prettier from your project
npm uninstall $(npm list --depth=0 --json | jq -r '.dependencies | keys[] | select(contains("eslint"))')
FAQs
Shared Biome config for Team CLAID
The npm package @rio-cloud/biome-config-claid receives a total of 185 weekly downloads. As such, @rio-cloud/biome-config-claid popularity was classified as not popular.
We found that @rio-cloud/biome-config-claid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.