Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@biomejs/wasm-nodejs

Package Overview
Dependencies
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@biomejs/wasm-nodejs - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

20

biome_wasm.d.ts

@@ -7,3 +7,3 @@ /* tslint:disable */

interface SupportsFeatureParams {
feature: FeatureName[];
features: FeatureName[];
path: BiomePath;

@@ -847,2 +847,6 @@ }

/**
* Succinct description of the rule.
*/
noColorInvalidHex?: RuleConfiguration_for_Null;
/**
* Disallow the use of console.

@@ -856,2 +860,6 @@ */

/**
* Disallow duplicate conditions in if-else-if chains
*/
noDuplicateElseIf?: RuleConfiguration_for_Null;
/**
* Disallow two keys with the same name inside a JSON object.

@@ -1522,3 +1530,3 @@ */

/**
* Allowed cases for _TypeScript_ `enum` member names.
* Allowed cases for file names.
*/

@@ -1615,4 +1623,4 @@ filenameCases: FilenameCases;

interface JsonFileSource {
allow_trailing_comma: boolean;
variant: JsonVariant;
allow_comments: boolean;
allow_trailing_commas: boolean;
}

@@ -1627,3 +1635,2 @@ interface CssFileSource {

type LanguageVersion = "ES2022" | "ESNext";
type JsonVariant = "Standard" | "Jsonc";
type CssVariant = "Standard";

@@ -1782,6 +1789,9 @@ interface ChangeFileParams {

| "lint/correctness/useYield"
| "lint/nursery/colorNoInvalidHex"
| "lint/nursery/noApproximativeNumericConstant"
| "lint/nursery/noBarrelFile"
| "lint/nursery/noColorInvalidHex"
| "lint/nursery/noConsole"
| "lint/nursery/noDoneCallback"
| "lint/nursery/noDuplicateElseIf"
| "lint/nursery/noDuplicateJsonKeys"

@@ -1788,0 +1798,0 @@ | "lint/nursery/noDuplicateTestHooks"

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

{"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.6.1","license":"MIT OR Apache-2.0","repository":{"type":"git","url":"https://github.com/biomejs/biome"},"files":["biome_wasm_bg.wasm","biome_wasm.js","biome_wasm.d.ts"],"main":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","keywords":["parser","linter","formatter"]}
{"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.6.2","license":"MIT OR Apache-2.0","repository":{"type":"git","url":"https://github.com/biomejs/biome"},"files":["biome_wasm_bg.wasm","biome_wasm.js","biome_wasm.d.ts"],"main":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","keywords":["parser","linter","formatter"]}

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