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

@braintrust/core

Package Overview
Dependencies
Maintainers
1
Versions
69
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.23 to 0.0.24

typespecs-stainless/dist/index.d.mts

23

package.json
{
"name": "@braintrust/core",
"version": "0.0.23",
"version": "0.0.24",
"description": "Shared core dependencies for Braintrust packages",

@@ -16,2 +16,3 @@ "main": "./dist/main/index.js",

"exports": {
"./package.json": "./package.json",
".": {

@@ -24,16 +25,18 @@ "types": "./dist/main/index.d.ts",

"./typespecs": {
"types": "./dist/typespecs/index.d.ts",
"import": "./dist/typespecs/index.mjs",
"module": "./dist/typespecs/index.mjs",
"require": "./dist/typespecs/index.js"
"types": "./typespecs/dist/index.d.ts",
"import": "./typespecs/dist/index.mjs",
"module": "./typespecs/dist/index.mjs",
"require": "./typespecs/dist/index.js"
},
"./typespecs-stainless": {
"types": "./dist/typespecs-stainless/index.d.ts",
"import": "./dist/typespecs-stainless/index.mjs",
"module": "./dist/typespecs-stainless/index.mjs",
"require": "./dist/typespecs-stainless/index.js"
"types": "./typespecs-stainless/dist/index.d.ts",
"import": "./typespecs-stainless/dist/index.mjs",
"module": "./typespecs-stainless/dist/index.mjs",
"require": "./typespecs-stainless/dist/index.js"
}
},
"files": [
"dist/**/*"
"dist/**/*",
"typespecs/dist/**/*",
"typespecs-stainless/dist/**/*"
],

@@ -40,0 +43,0 @@ "license": "MIT",

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