
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@sylphx/biome-config
Advanced tools
Shared Biome configuration for SylphxAI projects.
bun add -D @sylphx/biome-config @biomejs/biome
Create a biome.json in your project root:
{
"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
"extends": ["@sylphx/biome-config"]
}
The shared config includes:
Tests, examples, and config files have relaxed linting:
noExplicitAny: offnoNonNullAssertion: offnoExcessiveCognitiveComplexity: offdist, node_modulesYou can override any setting in your project's biome.json:
{
"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
"extends": ["@sylphx/biome-config"],
"formatter": {
"lineWidth": 120
},
"linter": {
"rules": {
"suspicious": {
"noExplicitAny": "off"
}
}
}
}
MIT
FAQs
Shared Biome configuration for SylphxAI projects
The npm package @sylphx/biome-config receives a total of 418 weekly downloads. As such, @sylphx/biome-config popularity was classified as not popular.
We found that @sylphx/biome-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.