@biomejs/wasm-nodejs
Advanced tools
Comparing version 1.4.0 to 1.4.1-nightly.bc772a3
@@ -757,2 +757,6 @@ /* tslint:disable */ | ||
/** | ||
* Disallow characters made with multiple code points in character class syntax. | ||
*/ | ||
noMisleadingCharacterClass?: RuleConfiguration; | ||
/** | ||
* Disallow unused imports. | ||
@@ -778,2 +782,6 @@ */ | ||
/** | ||
* This rule recommends a for-of loop when in a for loop, the index used to extract an item from the iterated array. | ||
*/ | ||
useForOf?: RuleConfiguration; | ||
/** | ||
* Enforce the use of import type when an import only has specifiers with type qualifier. | ||
@@ -791,2 +799,6 @@ */ | ||
/** | ||
* Enforce using function types instead of object type with call signatures. | ||
*/ | ||
useShorthandFunctionType?: RuleConfiguration; | ||
/** | ||
* Elements with ARIA roles must use a valid, non-abstract ARIA role. | ||
@@ -1428,2 +1440,3 @@ */ | ||
| "lint/nursery/noImplicitAnyLet" | ||
| "lint/nursery/noMisleadingCharacterClass" | ||
| "lint/nursery/noUnusedImports" | ||
@@ -1434,2 +1447,3 @@ | "lint/nursery/noUnusedPrivateClassMembers" | ||
| "lint/nursery/useBiomeSuppressionComment" | ||
| "lint/nursery/useForOf" | ||
| "lint/nursery/useGroupedTypeImport" | ||
@@ -1439,2 +1453,3 @@ | "lint/nursery/useImportRestrictions" | ||
| "lint/nursery/useValidAriaRole" | ||
| "lint/nursery/useShorthandFunctionType" | ||
| "lint/performance/noAccumulatingSpread" | ||
@@ -1441,0 +1456,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.4.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.4.1-nightly.bc772a3","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
7129089
2703
1
1