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

@boundaryml/baml

Package Overview
Dependencies
Maintainers
0
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.54.2 to 0.55.0

4

cli.js
#!/usr/bin/env node
if (require.main === module) {
if (!process.env.BAML_LOG) {
process.env.BAML_LOG = 'info'
}
const baml = require('./native')
baml.invoke_runtime_cli(process.argv.slice(1))
}

14

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

@@ -83,9 +83,9 @@ "repository": {

"optionalDependencies": {
"@boundaryml/baml-darwin-arm64": "0.54.2",
"@boundaryml/baml-win32-arm64-msvc": "0.54.2",
"@boundaryml/baml-linux-arm64-gnu": "0.54.2",
"@boundaryml/baml-darwin-x64": "0.54.2",
"@boundaryml/baml-win32-x64-msvc": "0.54.2",
"@boundaryml/baml-linux-x64-gnu": "0.54.2"
"@boundaryml/baml-darwin-arm64": "0.55.0",
"@boundaryml/baml-win32-arm64-msvc": "0.55.0",
"@boundaryml/baml-linux-arm64-gnu": "0.55.0",
"@boundaryml/baml-darwin-x64": "0.55.0",
"@boundaryml/baml-win32-x64-msvc": "0.55.0",
"@boundaryml/baml-linux-x64-gnu": "0.55.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