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.5.0 to 1.5.1

19

biome_wasm.d.ts

@@ -27,2 +27,3 @@ /* tslint:disable */

vcs_base_path?: string;
working_directory?: string;
}

@@ -868,2 +869,6 @@ interface Configuration {

/**
* Require consistently using either T[] or Array<T>
*/
useConsistentArrayType?: RuleConfiguration;
/**
* Promotes the use of export type for types.

@@ -1023,6 +1028,2 @@ */

/**
* Require consistently using either T[] or Array<T>
*/
useConsistentArrayType?: RuleConfiguration;
/**
* Require const declarations for variables that are never reassigned after declared.

@@ -1329,2 +1330,3 @@ */

| ComplexityOptions
| ConsistentArrayTypeOptions
| FilenamingConventionOptions

@@ -1342,2 +1344,5 @@ | HooksOptions

}
interface ConsistentArrayTypeOptions {
syntax: ConsistentArrayType;
}
interface FilenamingConventionOptions {

@@ -1380,2 +1385,3 @@ /**

}
type ConsistentArrayType = "shorthand" | "generic";
type FilenameCases = FilenameCase[];

@@ -1588,2 +1594,3 @@ interface Hooks {

| "lint/nursery/useBiomeSuppressionComment"
| "lint/nursery/useConsistentArrayType"
| "lint/nursery/useExportType"

@@ -1620,3 +1627,2 @@ | "lint/nursery/useFilenamingConvention"

| "lint/style/useCollapsedElseIf"
| "lint/style/useConsistentArrayType"
| "lint/style/useConst"

@@ -1741,3 +1747,4 @@ | "lint/style/useDefaultParameterLast"

| "unnecessaryCode"
| "deprecatedCode";
| "deprecatedCode"
| "verbose";
type LogCategory = "None" | "Info" | "Warn" | "Error";

@@ -1744,0 +1751,0 @@ interface TextEdit {

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

{"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.5.0","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.5.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"]}

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