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

langsmith

Package Overview
Dependencies
Maintainers
0
Versions
240
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.3.9-rc.4 to 0.3.9-rc.5

8

dist/utils/jestlike/vendor/evaluatedBy.js

@@ -43,6 +43,10 @@ import { getCurrentRunTree, ROOT, traceable } from "../../../traceable.js";

}
let normalizedResult;
if (!Array.isArray(evalResult)) {
evalResult = [evalResult];
normalizedResult = [evalResult];
}
for (const result of evalResult) {
else {
normalizedResult = evalResult;
}
for (const result of normalizedResult) {
if (isEvaluationResult(result)) {

@@ -49,0 +53,0 @@ _logTestFeedback({

{
"name": "langsmith",
"version": "0.3.9-rc.4",
"version": "0.3.9-rc.5",
"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

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