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

langsmith

Package Overview
Dependencies
Maintainers
1
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.0.11 to 0.0.13

12

dist/cli/main.js

@@ -198,3 +198,7 @@ import * as fs from "fs";

await this.executeCommand(command);
console.info("LangSmith server is running at http://localhost:1984. To connect locally, set the following environment variable when running your LangChain application.");
console.info("LangSmith server is running at http://localhost:1984.\n" +
"To view the app, navigate your browser to http://localhost:80" +
"\n\nTo connect your LangChain application to the server" +
" locally, set the following environment variable" +
" when running your LangChain application.");
console.info("\tLANGCHAIN_TRACING_V2=true");

@@ -218,3 +222,7 @@ }

const ngrokUrl = await getNgrokUrl();
console.info("LangSmith server is running at http://localhost:1984. To connect remotely, set the following environment variable when running your LangChain application.");
console.info("LangSmith server is running at http://localhost:1984." +
"To view the app, navigate your browser to http://localhost:80" +
"\n\nTo connect your LangChain application to the server" +
" remotely, set the following environment variable" +
" when running your LangChain application.");
console.info("\tLANGCHAIN_TRACING_V2=true");

@@ -221,0 +229,0 @@ console.info(`\tLANGCHAIN_ENDPOINT=${ngrokUrl}`);

@@ -216,3 +216,7 @@ import * as fs from "fs";

console.info(
"LangSmith server is running at http://localhost:1984. To connect locally, set the following environment variable when running your LangChain application."
"LangSmith server is running at http://localhost:1984.\n" +
"To view the app, navigate your browser to http://localhost:80" +
"\n\nTo connect your LangChain application to the server" +
" locally, set the following environment variable" +
" when running your LangChain application."
);

@@ -241,3 +245,7 @@ console.info("\tLANGCHAIN_TRACING_V2=true");

console.info(
"LangSmith server is running at http://localhost:1984. To connect remotely, set the following environment variable when running your LangChain application."
"LangSmith server is running at http://localhost:1984." +
"To view the app, navigate your browser to http://localhost:80" +
"\n\nTo connect your LangChain application to the server" +
" remotely, set the following environment variable" +
" when running your LangChain application."
);

@@ -244,0 +252,0 @@ console.info("\tLANGCHAIN_TRACING_V2=true");

2

package.json
{
"name": "langsmith",
"version": "0.0.11",
"version": "0.0.13",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",

@@ -5,0 +5,0 @@ "files": [

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