Socket
Socket
Sign inDemoInstall

@biomejs/biome

Package Overview
Dependencies
6
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.2

18

configuration_schema.json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Configuration",
"description": "The configuration that is contained inside the file `rome.json`",
"description": "The configuration that is contained inside the file `biome.json`",
"type": "object",

@@ -960,2 +960,9 @@ "properties": {

},
"noUselessThisAlias": {
"description": "Disallow useless this aliasing.",
"anyOf": [
{ "$ref": "#/definitions/RuleConfiguration" },
{ "type": "null" }
]
},
"noVoid": {

@@ -993,2 +1000,9 @@ "description": "Disallow the use of void operators, which is not a familiar operator.",

},
"useGetterReturn": {
"description": "Enforce get methods to always return a value.",
"anyOf": [
{ "$ref": "#/definitions/RuleConfiguration" },
{ "type": "null" }
]
},
"useGroupedTypeImport": {

@@ -1697,3 +1711,3 @@ "description": "Enforce the use of import type when an import only has specifiers with type qualifier.",

"root": {
"description": "The folder where Biome should check for VCS files. By default, Biome will use the same folder where `rome.json` was found.\n\nIf Biome can't find the configuration, it will attempt to use the current working directory. If no current working directory can't be found, Biome won't use the VCS integration, and a diagnostic will be emitted",
"description": "The folder where Biome should check for VCS files. By default, Biome will use the same folder where `biome.json` was found.\n\nIf Biome can't find the configuration, it will attempt to use the current working directory. If no current working directory can't be found, Biome won't use the VCS integration, and a diagnostic will be emitted",
"type": ["string", "null"]

@@ -1700,0 +1714,0 @@ },

2

package.json

@@ -1,1 +0,1 @@

{"name":"@biomejs/biome","version":"0.2.0","bin":"bin/biome","scripts":{"postinstall":"node scripts/postinstall.js"},"homepage":"https://biomejs.dev","repository":{"type":"git","url":"https://github.com/biomejs/biome.git","directory":"packages/@biomejs/biome"},"author":"Emanuele Stoppa","license":"MIT","bugs":"https://github.com/biomejs/biome/issues","description":"Biome is a toolchain for the web: formatter, linter and more","files":["bin/biome","scripts/postinstall.js","configuration_schema.json","README.md"],"keywords":["JavaScript","TypeScript","format","lint","toolchain","JSON"],"engines":{"node":">=14.*"},"optionalDependencies":{"@biomejs/cli-win32-x64":"0.2.0","@biomejs/cli-win32-arm64":"0.2.0","@biomejs/cli-darwin-x64":"0.2.0","@biomejs/cli-darwin-arm64":"0.2.0","@biomejs/cli-linux-x64":"0.2.0","@biomejs/cli-linux-arm64":"0.2.0"}}
{"name":"@biomejs/biome","version":"0.2.2","bin":"bin/biome","scripts":{"postinstall":"node scripts/postinstall.js"},"homepage":"https://biomejs.dev","repository":{"type":"git","url":"https://github.com/biomejs/biome.git","directory":"packages/@biomejs/biome"},"author":"Emanuele Stoppa","license":"MIT","bugs":"https://github.com/biomejs/biome/issues","description":"Biome is a toolchain for the web: formatter, linter and more","files":["bin/biome","scripts/postinstall.js","configuration_schema.json","README.md"],"keywords":["JavaScript","TypeScript","format","lint","toolchain","JSON"],"engines":{"node":">=14.*"},"optionalDependencies":{"@biomejs/cli-win32-x64":"0.2.2","@biomejs/cli-win32-arm64":"0.2.2","@biomejs/cli-darwin-x64":"0.2.2","@biomejs/cli-darwin-arm64":"0.2.2","@biomejs/cli-linux-x64":"0.2.2","@biomejs/cli-linux-arm64":"0.2.2"}}

@@ -29,3 +29,3 @@ <p align="center">

**Biome** formats, lints, and transforms your code in a [fraction of a second][biomejs].
**Biome** formats and lints your code in a [fraction of a second][bench].

@@ -54,10 +54,6 @@ **Biome** supports JavaScript, TypeScript, JSON, and CSS.

## Technical documentation
Browse Biome's internal [Rust API Documentation] if you're interested to learn more about how Biome works.
[bench]: https://github.com/biomejs/biome/blob/main/benchmark/README.md
[biomejs]: https://biomejs.dev/
[biome-philosophy]: https://biomejs.dev/
[Rust API Documentation]: https://rustdocs.biomejs.dev/
[language-support]: https://biomejs.dev/internals/language_support/
[getting-started]: https://biomejs.dev/guides/getting-started/
[getting-started]: https://biomejs.dev/guides/getting-started/
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc