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.4.0 to 1.4.1-nightly.570d680

25

biome_wasm.d.ts

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

/**
* Disallow characters made with multiple code points in character class syntax.
*/
noMisleadingCharacterClass?: RuleConfiguration;
/**
* Disallow unused imports.

@@ -770,2 +774,6 @@ */

/**
* Disallow ternary operators when simpler alternatives exist.
*/
noUselessTernary?: RuleConfiguration;
/**
* It enables the recommended rules for this group

@@ -779,2 +787,10 @@ */

/**
* Promotes the use of export type for types.
*/
useExportType?: RuleConfiguration;
/**
* 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.

@@ -792,2 +808,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.

@@ -1429,10 +1449,15 @@ */

| "lint/nursery/noImplicitAnyLet"
| "lint/nursery/noMisleadingCharacterClass"
| "lint/nursery/noUnusedImports"
| "lint/nursery/noUnusedPrivateClassMembers"
| "lint/nursery/noUselessLoneBlockStatements"
| "lint/nursery/noUselessTernary"
| "lint/nursery/useAwait"
| "lint/nursery/useBiomeSuppressionComment"
| "lint/nursery/useExportType"
| "lint/nursery/useForOf"
| "lint/nursery/useGroupedTypeImport"
| "lint/nursery/useImportRestrictions"
| "lint/nursery/useRegexLiterals"
| "lint/nursery/useShorthandFunctionType"
| "lint/nursery/useValidAriaRole"

@@ -1439,0 +1464,0 @@ | "lint/performance/noAccumulatingSpread"

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.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.570d680","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