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

@boundaryml/baml-core-ffi

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boundaryml/baml-core-ffi - npm Package Compare versions

Comparing version 0.14.1 to 0.15.0-canary.1

2

index.d.ts

@@ -14,3 +14,3 @@ /* tslint:disable */

}
export function isAvailable(): boolean
export function version(): string
export class BamlTracer {

@@ -17,0 +17,0 @@ constructor()

@@ -237,3 +237,3 @@ /* tslint:disable */

const { TestCaseStatus, BamlTracer, BamlTester, BamlScopeGuard, isAvailable } = nativeBinding
const { TestCaseStatus, BamlTracer, BamlTester, BamlScopeGuard, version } = nativeBinding

@@ -244,2 +244,2 @@ module.exports.TestCaseStatus = TestCaseStatus

module.exports.BamlScopeGuard = BamlScopeGuard
module.exports.isAvailable = isAvailable
module.exports.version = version
{
"name": "@boundaryml/baml-core-ffi",
"version": "0.14.1",
"version": "0.15.0-canary.1",
"description": "Template project for writing node package with napi-rs",

@@ -47,3 +47,3 @@ "main": "index.js",

"build": "napi build --platform --release --pipe \"prettier -w\"",
"build:debug": "napi build --platform --pipe \"prettier -w\" --js false",
"build:debug": "BAML_REPO_PATH=$(pwd) napi build --platform --pipe \"prettier -w\" && git apply index.patch && sed -i '' 's|${BAML_REPO_PATH}|'$(pwd)'|g' index.js",
"format": "run-p format:prettier format:rs format:toml",

@@ -111,8 +111,8 @@ "format:prettier": "prettier . -w",

"optionalDependencies": {
"@boundaryml/baml-core-ffi-linux-x64-gnu": "0.14.1",
"@boundaryml/baml-core-ffi-linux-arm64-gnu": "0.14.1",
"@boundaryml/baml-core-ffi-darwin-arm64": "0.14.1",
"@boundaryml/baml-core-ffi-win32-x64-msvc": "0.14.1",
"@boundaryml/baml-core-ffi-darwin-x64": "0.14.1"
"@boundaryml/baml-core-ffi-linux-x64-gnu": "0.15.0-canary.1",
"@boundaryml/baml-core-ffi-linux-arm64-gnu": "0.15.0-canary.1",
"@boundaryml/baml-core-ffi-darwin-arm64": "0.15.0-canary.1",
"@boundaryml/baml-core-ffi-win32-x64-msvc": "0.15.0-canary.1",
"@boundaryml/baml-core-ffi-darwin-x64": "0.15.0-canary.1"
}
}
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