@biomejs/wasm-nodejs
Advanced tools
Comparing version 1.5.2 to 1.5.3-nightly.24fcf19
@@ -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" |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2881
8692181
1
1