Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@biomejs/wasm-web

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-web - npm Package Compare versions

Comparing version 1.4.1-nightly.bc772a3 to 1.4.1-nightly.e087146

14

biome_wasm.d.ts

@@ -24,2 +24,4 @@ /* tslint:disable */

configuration: Configuration;
gitignore_matches: string[];
vcs_base_path?: string;
}

@@ -774,2 +776,6 @@ interface Configuration {

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

@@ -783,2 +789,6 @@ */

/**
* 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.

@@ -1444,4 +1454,6 @@ */

| "lint/nursery/noUselessLoneBlockStatements"
| "lint/nursery/noUselessTernary"
| "lint/nursery/useAwait"
| "lint/nursery/useBiomeSuppressionComment"
| "lint/nursery/useExportType"
| "lint/nursery/useForOf"

@@ -1451,4 +1463,4 @@ | "lint/nursery/useGroupedTypeImport"

| "lint/nursery/useRegexLiterals"
| "lint/nursery/useShorthandFunctionType"
| "lint/nursery/useValidAriaRole"
| "lint/nursery/useShorthandFunctionType"
| "lint/performance/noAccumulatingSpread"

@@ -1455,0 +1467,0 @@ | "lint/performance/noDelete"

2

package.json

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

{"name":"@biomejs/wasm-web","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"],"module":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","sideEffects":["./snippets/*"],"keywords":["parser","linter","formatter"]}
{"name":"@biomejs/wasm-web","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.4.1-nightly.e087146","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"],"module":"biome_wasm.js","homepage":"https://biomejs.dev/","types":"biome_wasm.d.ts","sideEffects":["./snippets/*"],"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