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

langsmith

Package Overview
Dependencies
Maintainers
5
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

langsmith - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14-rc.0

dist/jest/globals.cjs

2

dist/index.d.ts

@@ -5,2 +5,2 @@ export { Client, type ClientConfig, type LangSmithTracingClientInterface, } from "./client.js";

export { overrideFetchImplementation } from "./singletons/fetch.js";
export declare const __version__ = "0.2.13";
export declare const __version__ = "0.2.14-rc.0";

@@ -5,2 +5,2 @@ export { Client, } from "./client.js";

// Update using yarn bump-version
export const __version__ = "0.2.13";
export const __version__ = "0.2.14-rc.0";

@@ -83,3 +83,3 @@ import { Attachments, BaseRun, KVMap, RunCreate } from "./schemas.js";

private static getDefaultConfig;
private static getSharedClient;
static getSharedClient(): Client;
createChild(config: RunTreeConfig): RunTree;

@@ -86,0 +86,0 @@ end(outputs?: KVMap, error?: string, endTime?: number, metadata?: KVMap): Promise<void>;

@@ -38,3 +38,3 @@ import { isRunTree } from "../run_trees.js";

"",
"Please make sure you are calling this method within a traceable function or the tracing is enabled.",
"Please make sure you are calling this method within a traceable function and that tracing is enabled.",
].join("\n"));

@@ -41,0 +41,0 @@ }

{
"name": "langsmith",
"version": "0.2.13",
"version": "0.2.14-rc.0",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",

@@ -36,2 +36,6 @@ "packageManager": "yarn@1.22.19",

"langchain.d.cts",
"jest.cjs",
"jest.js",
"jest.d.ts",
"jest.d.cts",
"vercel.cjs",

@@ -232,2 +236,11 @@ "vercel.js",

},
"./jest": {
"types": {
"import": "./jest.d.ts",
"require": "./jest.d.cts",
"default": "./jest.d.ts"
},
"import": "./jest.js",
"require": "./jest.cjs"
},
"./vercel": {

@@ -234,0 +247,0 @@ "types": {

Sorry, the diff of this file is not supported yet

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