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.34 to 0.0.35

4

dist/index.d.ts

@@ -10,3 +10,3 @@ declare const TRANSACTION_ID_FIELD = "_xact_id";

declare const VALID_SOURCES: readonly ["app", "api", "external"];
type Source = typeof VALID_SOURCES[number];
type Source = (typeof VALID_SOURCES)[number];
declare const PARENT_ID_FIELD = "_parent_id";

@@ -205,3 +205,3 @@ type TransactionId = string;

}
type SpanType = typeof spanTypeAttributeValues[number];
type SpanType = (typeof spanTypeAttributeValues)[number];

@@ -208,0 +208,0 @@ interface RepoInfo {

@@ -199,3 +199,3 @@ "use strict";

throw new Error(
"Logged row is missing an id. This is an internal braintrust error. Please contact us at info@braintrustdata.com for help"
"Logged row is missing an id. This is an internal braintrust error. Please contact us at info@braintrust.dev for help"
);

@@ -202,0 +202,0 @@ }

{
"name": "@braintrust/core",
"version": "0.0.34",
"version": "0.0.35",
"description": "Shared core dependencies for Braintrust packages",

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

},
"homepage": "https://www.braintrustdata.com",
"homepage": "https://www.braintrust.dev",
"repository": {

@@ -58,2 +58,3 @@ "type": "git",

"devDependencies": {
"@types/node": "^20.10.5",
"@types/uuid": "^9.0.7",

@@ -60,0 +61,0 @@ "tsup": "^8.0.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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