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.3.1 to 1.3.2

12

biome_wasm.d.ts

@@ -176,5 +176,3 @@ /* tslint:disable */

}
interface Overrides {
list: OverridePattern[];
}
type Overrides = OverridePattern[];
interface VcsConfiguration {

@@ -727,2 +725,6 @@ /**

/**
* Disallow this and super in static contexts.
*/
noThisInStatic?: RuleConfiguration;
/**
* Disallow unused imports.

@@ -1153,4 +1155,3 @@ */

| NamingConventionOptions
| RestrictedGlobalsOptions
| null;
| RestrictedGlobalsOptions;
interface ComplexityOptions {

@@ -1361,2 +1362,3 @@ /**

| "lint/nursery/noMisrefactoredShorthandAssign"
| "lint/nursery/noThisInStatic"
| "lint/nursery/noUnusedImports"

@@ -1363,0 +1365,0 @@ | "lint/nursery/noUselessElse"

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

{"name":"@biomejs/wasm-nodejs","collaborators":["Biome Developers and Contributors"],"description":"WebAssembly bindings to the Biome workspace API","version":"1.3.1","license":"MIT","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.3.2","license":"MIT","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