Socket
Socket
Sign inDemoInstall

@biomejs/biome

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@biomejs/biome - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1-nightly.12688b6

29

package.json
{
"name": "@biomejs/biome",
"version": "1.9.0",
"version": "1.9.1-nightly.12688b6",
"bin": {

@@ -30,8 +30,13 @@ "biome": "bin/biome"

"keywords": [
"JavaScript",
"TypeScript",
"format",
"lint",
"toolchain",
"JSON"
"JavaScript",
"TypeScript",
"JSON",
"JSONC",
"JSX",
"TSX",
"CSS",
"GraphQL"
],

@@ -49,11 +54,11 @@ "engines": {

"optionalDependencies": {
"@biomejs/cli-win32-x64": "1.9.0",
"@biomejs/cli-win32-arm64": "1.9.0",
"@biomejs/cli-darwin-x64": "1.9.0",
"@biomejs/cli-darwin-arm64": "1.9.0",
"@biomejs/cli-linux-x64": "1.9.0",
"@biomejs/cli-linux-arm64": "1.9.0",
"@biomejs/cli-linux-x64-musl": "1.9.0",
"@biomejs/cli-linux-arm64-musl": "1.9.0"
"@biomejs/cli-win32-x64": "1.9.1-nightly.12688b6",
"@biomejs/cli-win32-arm64": "1.9.1-nightly.12688b6",
"@biomejs/cli-darwin-x64": "1.9.1-nightly.12688b6",
"@biomejs/cli-darwin-arm64": "1.9.1-nightly.12688b6",
"@biomejs/cli-linux-x64": "1.9.1-nightly.12688b6",
"@biomejs/cli-linux-arm64": "1.9.1-nightly.12688b6",
"@biomejs/cli-linux-x64-musl": "1.9.1-nightly.12688b6",
"@biomejs/cli-linux-arm64-musl": "1.9.1-nightly.12688b6"
}
}

@@ -41,5 +41,5 @@ <p align="center">

**Biome is a [fast formatter](./benchmark#formatting)** for _JavaScript_, _TypeScript_, _JSX_, and _JSON_ that scores **[97% compatibility with _Prettier_](https://console.algora.io/challenges/prettier)**.
**Biome is a [fast formatter](./benchmark#formatting)** for _JavaScript_, _TypeScript_, _JSX_, _JSON_, _CSS_ and _GraphQL_ that scores **[97% compatibility with _Prettier_](https://console.algora.io/challenges/prettier)**.
**Biome is a [performant linter](https://github.com/biomejs/biome/tree/main/benchmark#linting)** for _JavaScript_, _TypeScript_, and _JSX_ that features **[more than 200 rules](https://biomejs.dev/linter/rules/)** from ESLint, typescript-eslint, and [other sources](https://github.com/biomejs/biome/discussions/3).
**Biome is a [performant linter](https://github.com/biomejs/biome/tree/main/benchmark#linting)** for _JavaScript_, _TypeScript_, _JSX_, _CSS_ and _GraphQL_ that features **[more than 270 rules](https://biomejs.dev/linter/rules/)** from ESLint, typescript-eslint, and [other sources](https://github.com/biomejs/biome/discussions/3).
It **outputs detailed and contextualized diagnostics** that help you to improve your code and become a better programmer!

@@ -62,6 +62,6 @@

# lint files
npx @biomejs/biome lint ./src
# lint files and apply the safe fixes
npx @biomejs/biome lint --write ./src
# run format, lint, etc. and apply the safe suggestions
# run format, lint, etc. and apply the safe fixes
npx @biomejs/biome check --write ./src

@@ -68,0 +68,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc