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

langsmith

Package Overview
Dependencies
Maintainers
0
Versions
173
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.56-rc.0 to 0.1.56-rc.1

4

dist/evaluation/_runner.js
import { Client } from "../index.js";
import { getLangchainCallbacks } from "../langchain.js";
import { traceable } from "../traceable.js";

@@ -678,4 +677,3 @@ import { getDefaultRevisionId, getGitInfo } from "../utils/_git.js";

? traceable(async (inputs) => {
const callbacks = await getLangchainCallbacks();
return fn.invoke(inputs, { callbacks });
return fn.invoke(inputs);
}, options)

@@ -682,0 +680,0 @@ : traceable(fn, options);

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

export { overrideFetchImplementation } from "./singletons/fetch.js";
export declare const __version__ = "0.1.55";
export declare const __version__ = "0.1.56-rc.1";

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

// Update using yarn bump-version
export const __version__ = "0.1.55";
export const __version__ = "0.1.56-rc.1";
{
"name": "langsmith",
"version": "0.1.56-rc.0",
"version": "0.1.56-rc.1",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",

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

"evaluation.d.cts",
"evaluation/langchain.cjs",
"evaluation/langchain.js",
"evaluation/langchain.d.ts",
"evaluation/langchain.d.cts",
"schemas.cjs",

@@ -33,6 +29,2 @@ "schemas.js",

"schemas.d.cts",
"langchain.cjs",
"langchain.js",
"langchain.d.ts",
"langchain.d.cts",
"wrappers.cjs",

@@ -199,11 +191,2 @@ "wrappers.js",

},
"./evaluation/langchain": {
"types": {
"import": "./evaluation/langchain.d.ts",
"require": "./evaluation/langchain.d.cts",
"default": "./evaluation/langchain.d.ts"
},
"import": "./evaluation/langchain.js",
"require": "./evaluation/langchain.cjs"
},
"./schemas": {

@@ -218,11 +201,2 @@ "types": {

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

@@ -229,0 +203,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