@biomejs/wasm-nodejs
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -10,3 +10,3 @@ /* tslint:disable */ | ||
} | ||
type FeatureName = "Format" | "Lint" | "OrganizeImports"; | ||
type FeatureName = "Format" | "Lint" | "OrganizeImports" | "Search"; | ||
interface BiomePath { | ||
@@ -847,3 +847,3 @@ path: string; | ||
/** | ||
* Succinct description of the rule. | ||
* [WIP] This rule hasn't been implemented yet. | ||
*/ | ||
@@ -888,2 +888,6 @@ noColorInvalidHex?: RuleConfiguration_for_Null; | ||
/** | ||
* Checks that the assertion function, for example expect, is placed inside an it() function call. | ||
*/ | ||
noMisplacedAssertion?: RuleConfiguration_for_Null; | ||
/** | ||
* Disallow the use of namespace imports. | ||
@@ -905,6 +909,2 @@ */ | ||
/** | ||
* It detects possible "wrong" semicolons inside JSX elements. | ||
*/ | ||
noSemicolonInJsx?: RuleConfiguration_for_Null; | ||
/** | ||
* Disallow disabled tests. | ||
@@ -914,2 +914,6 @@ */ | ||
/** | ||
* It detects possible "wrong" semicolons inside JSX elements. | ||
*/ | ||
noSuspiciousSemicolonInJsx?: RuleConfiguration_for_Null; | ||
/** | ||
* Disallow the use of dependencies that aren't specified in the package.json. | ||
@@ -1805,2 +1809,3 @@ */ | ||
| "lint/nursery/noFocusedTests" | ||
| "lint/nursery/noMisplacedAssertion" | ||
| "lint/nursery/noNamespaceImport" | ||
@@ -1810,4 +1815,4 @@ | "lint/nursery/noNodejsModules" | ||
| "lint/nursery/noRestrictedImports" | ||
| "lint/nursery/noSemicolonInJsx" | ||
| "lint/nursery/noSkippedTests" | ||
| "lint/nursery/noSuspiciousSemicolonInJsx" | ||
| "lint/nursery/noTypeOnlyImportAttributes" | ||
@@ -1926,2 +1931,3 @@ | "lint/nursery/noUndeclaredDependencies" | ||
| "project" | ||
| "search" | ||
| "internalError/io" | ||
@@ -1928,0 +1934,0 @@ | "internalError/fs" |
@@ -1,1 +0,1 @@ | ||
{"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.6.3","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.4","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
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
9489855
3088
1