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

@boundaryml/baml

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boundaryml/baml - npm Package Compare versions

Comparing version 0.39.1 to 0.40.0

22

package.json
{
"name": "@boundaryml/baml",
"version": "0.39.1",
"version": "0.40.0",
"description": "BAML typescript bindings (package.json)",

@@ -19,3 +19,3 @@ "repository": {

"bin": {
"baml-cli": "./cli.js"
"baml-cli": "cli.js"
},

@@ -57,3 +57,3 @@ "files": [

"artifacts": "napi artifacts",
"build": "pnpm build:napi-release --release && pnpm build:ts_build",
"build": "pnpm build:napi-release && pnpm build:ts_build",
"build:debug": "pnpm build:napi-debug && pnpm build:ts_build",

@@ -66,3 +66,3 @@ "build:napi-release": "pnpm build:napi-debug --release",

"format:rs": "cargo fmt",
"prepublishOnly": "napi prepublish -t npm",
"prepublishOnly": "napi prepublish --no-gh-release",
"test": "echo no tests implemented",

@@ -73,3 +73,3 @@ "version": "napi version"

"@biomejs/biome": "^1.7.3",
"@napi-rs/cli": "^3.0.0-alpha.54",
"@napi-rs/cli": "3.0.0-alpha.54",
"@types/node": "^20.12.11",

@@ -87,9 +87,9 @@ "npm-run-all2": "^6.1.2",

"optionalDependencies": {
"@boundaryml/baml-darwin-arm64": "0.39.1",
"@boundaryml/baml-win32-arm64-msvc": "0.39.1",
"@boundaryml/baml-linux-arm64-gnu": "0.39.1",
"@boundaryml/baml-darwin-x64": "0.39.1",
"@boundaryml/baml-win32-x64-msvc": "0.39.1",
"@boundaryml/baml-linux-x64-gnu": "0.39.1"
"@boundaryml/baml-darwin-arm64": "0.40.0",
"@boundaryml/baml-win32-arm64-msvc": "0.40.0",
"@boundaryml/baml-linux-arm64-gnu": "0.40.0",
"@boundaryml/baml-darwin-x64": "0.40.0",
"@boundaryml/baml-win32-x64-msvc": "0.40.0",
"@boundaryml/baml-linux-x64-gnu": "0.40.0"
}
}
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