Socket
Socket
Sign inDemoInstall

langsmith

Package Overview
Dependencies
Maintainers
2
Versions
139
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.1.13 to 0.1.14

2

dist/client.d.ts

@@ -14,2 +14,3 @@ import { AsyncCallerParams } from "./utils/async_caller.js";

pendingAutoBatchedRunLimit?: number;
fetchOptions?: RequestInit;
}

@@ -166,2 +167,3 @@ /**

private serverInfo;
private fetchOptions;
constructor(config?: ClientConfig);

@@ -168,0 +170,0 @@ static getDefaultClientConfig(): {

2

dist/index.d.ts
export { Client } from "./client.js";
export type { Dataset, Example, TracerSession, Run, Feedback, } from "./schemas.js";
export { RunTree, type RunTreeConfig } from "./run_trees.js";
export declare const __version__ = "0.1.13";
export declare const __version__ = "0.1.14";
export { Client } from "./client.js";
export { RunTree } from "./run_trees.js";
// Update using yarn bump-version
export const __version__ = "0.1.13";
export const __version__ = "0.1.14";
{
"name": "langsmith",
"version": "0.1.13",
"version": "0.1.14",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",

@@ -5,0 +5,0 @@ "packageManager": "yarn@1.22.19",

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 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