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

@biomejs/js-api

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@biomejs/js-api - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

1

dist/index.d.ts

@@ -91,2 +91,3 @@ import type { Diagnostic, FixFileMode, PartialConfiguration } from "@biomejs/wasm-nodejs";

applyConfiguration(configuration: Configuration): void;
registerProjectFolder(): void;
private tryCatchWrapper;

@@ -93,0 +94,0 @@ private withFile;

@@ -20,3 +20,5 @@ "use strict";

const workspace = new module.Workspace();
return new Biome(module, workspace);
const biome = new Biome(module, workspace);
biome.registerProjectFolder();
return biome;
}

@@ -44,2 +46,3 @@ /**

gitignore_matches: [],
workspace_directory: "./",
});

@@ -51,2 +54,8 @@ }

}
registerProjectFolder(path) {
this.workspace.registerProjectFolder({
path,
setAsCurrentWorkspace: true,
});
}
tryCatchWrapper(func) {

@@ -53,0 +62,0 @@ try {

21

package.json
{
"name": "@biomejs/js-api",
"version": "0.5.0",
"version": "0.6.0",
"description": "JavaScript APIs for the Biome package",

@@ -33,3 +33,8 @@ "scripts": {

"types": "./dist/index.d.ts",
"keywords": ["JavaScript", "bindings", "APIs", "biome"],
"keywords": [
"JavaScript",
"bindings",
"APIs",
"biome"
],
"license": "MIT OR Apache-2.0",

@@ -48,10 +53,10 @@ "homepage": "https://biomejs.dev",

"@biomejs/wasm-web": "link:../wasm-web",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vitest": "^1.3.1"
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.6.0"
},
"peerDependencies": {
"@biomejs/wasm-bundler": "^1.6.1",
"@biomejs/wasm-nodejs": "^1.6.1",
"@biomejs/wasm-web": "^1.6.1"
"@biomejs/wasm-bundler": "^1.7.2",
"@biomejs/wasm-nodejs": "^1.7.2",
"@biomejs/wasm-web": "^1.7.2"
},

@@ -58,0 +63,0 @@ "peerDependenciesMeta": {

Sorry, the diff of this file is not supported yet

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