New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@boundaryml/baml

Package Overview
Dependencies
Maintainers
3
Versions
91
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.0.11 to 0.0.13

1

native.d.ts

@@ -14,2 +14,3 @@ /* auto-generated by NAPI-RS */

static fromDirectory(directory: string, envVars: Record<string, string>): BamlRuntimePy
static fromFiles(rootPath: string, files: Record<string, string>, envVars: Record<string, string>): BamlRuntimePy
createContextManager(): RuntimeContextManagerPy

@@ -16,0 +17,0 @@ callFunction(functionName: string, args: any, ctx: RuntimeContextManagerPy): Promise<FunctionResultPy>

14

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

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

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