
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@canonical/biome-config
Advanced tools
This is a [Biome](https://biomejs.dev/) configuration that provides a set of default configurations for Biome projects.
This is a Biome configuration that provides a set of default configurations for Biome projects.
bun add -d @biomejs/biomebun add -d @canonical/biome-configCreate biome.json in the root of your project and extend this configuration.
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"extends": [
"@canonical/biome-config"
],
"files": {
"include": [
"src",
"*.json"
]
}
}
Run biome commands as usual. The base configuration will be applied.
Example package.json scripts are provided below.
{
"scripts": {
"check": "biome check",
"format": "biome format",
"lint": "biome lint"
}
}
This configuration enables the following behavior:
.gitignore: Explicitly includes all files unless they are ignored manually or other files are included explicitly.biome check or biome format.node_modules and dist directories. Please note that if you specify your own ignored files using files.ignore in biome.json, you will override this behavior.Biome does not yet fully support monorepos.
Biome and IDE plugins that use it may not work as expected if you are working in a monorepo.
As a work-around, Biome suggests including a biome.json at the
root of a monorepository, and using overrides to specify any exceptions for sub-packages.
Biome is still in development and may not support all languages or features. We recommend checking the Biome supported languages list to ensure that your project is supported.
FAQs
This is a [Biome](https://biomejs.dev/) configuration that provides a set of default configurations for Biome projects.
We found that @canonical/biome-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 22 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
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.