Socket
Socket
Sign inDemoInstall

@biomejs/biome

Package Overview
Dependencies
Maintainers
3
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 0.1.2 to 0.2.0-nightly.0b5a3fd

7

configuration_schema.json

@@ -992,2 +992,9 @@ {

},
"useGetterReturn": {
"description": "Enforces the presence of non-empty return statements in getters.",
"anyOf": [
{ "$ref": "#/definitions/RuleConfiguration" },
{ "type": "null" }
]
},
"useGroupedTypeImport": {

@@ -994,0 +1001,0 @@ "description": "Enforce the use of import type when an import only has specifiers with type qualifier.",

2

package.json

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

{"name":"@biomejs/biome","version":"0.1.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.1.2","@biomejs/cli-win32-arm64":"0.1.2","@biomejs/cli-darwin-x64":"0.1.2","@biomejs/cli-darwin-arm64":"0.1.2","@biomejs/cli-linux-x64":"0.1.2","@biomejs/cli-linux-arm64":"0.1.2"}}
{"name":"@biomejs/biome","version":"0.2.0-nightly.0b5a3fd","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-nightly.0b5a3fd","@biomejs/cli-win32-arm64":"0.2.0-nightly.0b5a3fd","@biomejs/cli-darwin-x64":"0.2.0-nightly.0b5a3fd","@biomejs/cli-darwin-arm64":"0.2.0-nightly.0b5a3fd","@biomejs/cli-linux-x64":"0.2.0-nightly.0b5a3fd","@biomejs/cli-linux-arm64":"0.2.0-nightly.0b5a3fd"}}

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

[![Discord chat][discord-badge]][discord-url]
[![CI][ci-badge]][ci-url]
[![CI on main][ci-badge]][ci-url]
[![npm version][npm-badge]][npm-url]
[![VSCode version][vscode-badge]][vscode-url]
[![Open VSX version][open-vsx-badge]][open-vsx-url]

@@ -19,7 +20,10 @@ [discord-badge]: https://badgen.net/discord/online-members/BypW39g6Yc?icon=discord&label=discord&color=green

[ci-url]: https://github.com/biomejs/biome/actions/workflows/main.yml
[npm-badge]: https://badgen.net/npm/v/@biomejs/biome?icon=npm&color=green
[npm-badge]: https://badgen.net/npm/v/@biomejs/biome?icon=npm&color=green&label=%40biomejs%2Fbiome
[npm-url]: https://www.npmjs.com/package/@biomejs/biome/v/latest
[vscode-badge]: https://badgen.net/vs-marketplace/v/biomejs.biome?label=vscode&icon=visualstudio&color=green
[vscode-url]: https://marketplace.visualstudio.com/items?itemName=biomejs.biome
[open-vsx-badge]: https://badgen.net/open-vsx/version/biomejs/biome?label=open-vsx&color=green
[open-vsx-url]: https://open-vsx.org/extension/biomejs/biome
</div>

@@ -53,3 +57,3 @@

Browse Biome's internal [Rust API Documentation] if you're interested to learn more about how Rome works.
Browse Biome's internal [Rust API Documentation] if you're interested to learn more about how Biome works.

@@ -56,0 +60,0 @@ [biomejs]: https://biomejs.dev/

@@ -25,3 +25,3 @@ const { platform, arch } = process;

console.warn(
`The Biome CLI postinstall script failed to resolve the binary file "${binName}". Running Rome from the npm package will probably not work correctly.`,
`The Biome CLI postinstall script failed to resolve the binary file "${binName}". Running Biome from the npm package will probably not work correctly.`,
);

@@ -28,0 +28,0 @@ }

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