Socket
Socket
Sign inDemoInstall

@biomejs/biome

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2-nightly.1e3fc94 to 1.2.2-nightly.ee2e2ab

9

configuration_schema.json

@@ -1078,2 +1078,9 @@ {

},
"noMisrefactoredShorthandAssign": {
"description": "Disallow shorthand assign when variable appears on both sides.",
"anyOf": [
{ "$ref": "#/definitions/RuleConfiguration" },
{ "type": "null" }
]
},
"noUnusedImports": {

@@ -1126,3 +1133,3 @@ "description": "Disallow unused imports.",

"useExhaustiveDependencies": {
"description": "Enforce all dependencies are correctly specified.",
"description": "Enforce all dependencies are correctly specified in a React hook.",
"anyOf": [

@@ -1129,0 +1136,0 @@ { "$ref": "#/definitions/RuleConfiguration" },

2

package.json

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

{"name":"@biomejs/biome","version":"1.2.2-nightly.1e3fc94","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.2.2-nightly.1e3fc94","@biomejs/cli-win32-arm64":"1.2.2-nightly.1e3fc94","@biomejs/cli-darwin-x64":"1.2.2-nightly.1e3fc94","@biomejs/cli-darwin-arm64":"1.2.2-nightly.1e3fc94","@biomejs/cli-linux-x64":"1.2.2-nightly.1e3fc94","@biomejs/cli-linux-arm64":"1.2.2-nightly.1e3fc94"}}
{"name":"@biomejs/biome","version":"1.2.2-nightly.ee2e2ab","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.2.2-nightly.ee2e2ab","@biomejs/cli-win32-arm64":"1.2.2-nightly.ee2e2ab","@biomejs/cli-darwin-x64":"1.2.2-nightly.ee2e2ab","@biomejs/cli-darwin-arm64":"1.2.2-nightly.ee2e2ab","@biomejs/cli-linux-x64":"1.2.2-nightly.ee2e2ab","@biomejs/cli-linux-arm64":"1.2.2-nightly.ee2e2ab"}}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc