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

@braintrust/core

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@braintrust/core - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

build/stage/v0.0.1/index-v0.0.1-node-v108-darwin-arm64-unknown.tar.gz

25

package.json
{
"name": "@braintrust/core",
"version": "0.0.1",
"version": "0.0.2",
"description": "A supplementary library to the BrainTrust SDK",
"main": "index.node",
"scripts": {
"build": "cargo-cp-artifact -ac braintrust-js-core index.node -- cargo build --message-format=json-render-diagnostics",
"build": "cargo-cp-artifact -ac braintrust-js-core ./native/index.node -- cargo build --message-format=json-render-diagnostics",
"build-debug": "npm run build --",
"build-release": "npm run build -- --release",
"install": "npm run build-release",
"install": "node-pre-gyp install",
"test": "cargo test"

@@ -15,5 +15,24 @@ },

"license": "MIT",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11"
},
"devDependencies": {
"cargo-cp-artifact": "^0.1"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"binary": {
"module_name": "index",
"module_path": "./native",
"host": "https://github.com/braintrustdata/braintrust-sdk/releases/download/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
"remote_path": "v{version}"
}
}
index.node
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