Socket
Socket
Sign inDemoInstall

@biomejs/biome

Package Overview
Dependencies
Maintainers
4
Versions
73
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.0.0 to 1.1.0

11

configuration_schema.json

@@ -598,3 +598,3 @@ {

"maxSize": {
"description": "The maximum allowed size for source code files in bytes. Files above this limit will be ignored for performance reason. Defaults to 1 MiB",
"description": "The maximum allowed size for source code files in bytes. Files above this limit will be ignored for performance reasons. Defaults to 1 MiB",
"default": null,

@@ -993,2 +993,9 @@ "type": ["integer", "null"],

},
"useCollapsedElseIf": {
"description": "Enforce using else if instead of nested if in else clauses.",
"anyOf": [
{ "$ref": "#/definitions/RuleConfiguration" },
{ "type": "null" }
]
},
"useExhaustiveDependencies": {

@@ -1406,3 +1413,3 @@ "description": "Enforce all dependencies are correctly specified.",

"useTemplate": {
"description": "Template literals are preferred over string concatenation.",
"description": "Prefer template literals over string concatenation.",
"anyOf": [

@@ -1409,0 +1416,0 @@ { "$ref": "#/definitions/RuleConfiguration" },

2

package.json

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

{"name":"@biomejs/biome","version":"1.0.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":"1.0.0","@biomejs/cli-win32-arm64":"1.0.0","@biomejs/cli-darwin-x64":"1.0.0","@biomejs/cli-darwin-arm64":"1.0.0","@biomejs/cli-linux-x64":"1.0.0","@biomejs/cli-linux-arm64":"1.0.0"}}
{"name":"@biomejs/biome","version":"1.1.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":"1.1.0","@biomejs/cli-win32-arm64":"1.1.0","@biomejs/cli-darwin-x64":"1.1.0","@biomejs/cli-darwin-arm64":"1.1.0","@biomejs/cli-linux-x64":"1.1.0","@biomejs/cli-linux-arm64":"1.1.0"}}

@@ -55,4 +55,4 @@ <p align="center">

[biomejs]: https://biomejs.dev/
[biome-philosophy]: https://biomejs.dev/
[language-support]: https://biomejs.dev/internals/language_support/
[biome-philosophy]: https://biomejs.dev/internals/philosophy/
[language-support]: https://biomejs.dev/internals/language-support/
[getting-started]: https://biomejs.dev/guides/getting-started/

Sorry, the diff of this file is not supported yet

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