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
73
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.2 to 1.5.3-nightly.24fcf19

32

biome_wasm.d.ts

@@ -820,2 +820,6 @@ /* tslint:disable */

/**
* Disallow focused tests.
*/
noFocusedTests?: RuleConfiguration;
/**
* Disallow assignments to native objects and read-only global variables.

@@ -841,2 +845,6 @@ */

/**
* Disallow disabled tests.
*/
noSkippedTests?: RuleConfiguration;
/**
* Disallow then property.

@@ -909,2 +917,6 @@ */

useShorthandFunctionType?: RuleConfiguration;
/**
* Enforce the sorting of CSS utility classes.
*/
useSortedClasses?: RuleConfiguration;
}

@@ -1336,3 +1348,4 @@ interface Performance {

| RestrictedGlobalsOptions
| ValidAriaRoleOptions;
| ValidAriaRoleOptions
| UtilityClassSortingOptions;
interface ComplexityOptions {

@@ -1378,8 +1391,18 @@ /**

*/
deniedGlobals?: string[];
deniedGlobals: string[];
}
interface ValidAriaRoleOptions {
allowedInvalidRoles: string[];
allowInvalidRoles: string[];
ignoreNonDom: boolean;
}
interface UtilityClassSortingOptions {
/**
* Additional attributes that will be sorted.
*/
attributes?: string[];
/**
* Names of the functions or tagged templates that will be sorted.
*/
functions?: string[];
}
type ConsistentArrayType = "shorthand" | "generic";

@@ -1580,2 +1603,3 @@ type FilenameCases = FilenameCase[];

| "lint/nursery/noEmptyTypeParameters"
| "lint/nursery/noFocusedTests"
| "lint/nursery/noGlobalAssign"

@@ -1586,2 +1610,3 @@ | "lint/nursery/noGlobalEval"

| "lint/nursery/noNodejsModules"
| "lint/nursery/noSkippedTests"
| "lint/nursery/noThenProperty"

@@ -1605,2 +1630,3 @@ | "lint/nursery/noTypeOnlyImportAttributes"

| "lint/nursery/useShorthandFunctionType"
| "lint/nursery/useSortedClasses"
| "lint/performance/noAccumulatingSpread"

@@ -1607,0 +1633,0 @@ | "lint/performance/noDelete"

2

package.json

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

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