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
73
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.bc772a3

15

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.

@@ -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"

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

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