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-beta.0

12

dist/client.d.ts

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

fetchOptions?: RequestInit;
/**
* Whether to require manual .flush() calls before sending traces.
* Useful if encountering network rate limits at trace high volumes.
*/
manualFlushMode?: boolean;
}

@@ -211,2 +216,3 @@ /**

private _getServerInfoPromise?;
private manualFlushMode;
constructor(config?: ClientConfig);

@@ -238,2 +244,6 @@ static getDefaultClientConfig(): {

protected _getSettings(): Promise<LangSmithSettings>;
/**
* Flushes current queued traces.
*/
flush(): Promise<void>;
createRun(run: CreateRunParams): Promise<void>;

@@ -810,3 +820,3 @@ /**

*/
awaitPendingTraceBatches(): Promise<[...void[], void]>;
awaitPendingTraceBatches(): Promise<void> | Promise<[...void[], void]>;
}

@@ -813,0 +823,0 @@ export interface LangSmithTracingClientInterface {

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-beta.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-beta.0";
{
"name": "langsmith",
"version": "0.2.13",
"version": "0.2.14-beta.0",
"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