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.6 to 0.0.7

2

dist/cli/main.js

@@ -159,2 +159,4 @@ import * as fs from "fs";

async start(args) {
console.info("BY USING THIS SOFTWARE YOU AGREE TO THE TERMS OF SERVICE AT:");
console.info("https://smith.langchain.com/terms-of-service.pdf");
if (args.dev) {

@@ -161,0 +163,0 @@ setEnvironmentVariable("_LANGSMITH_IMAGE_PREFIX", "rc-");

@@ -172,2 +172,6 @@ import * as fs from "fs";

async start(args: any) {
console.info(
"BY USING THIS SOFTWARE YOU AGREE TO THE TERMS OF SERVICE AT:"
);
console.info("https://smith.langchain.com/terms-of-service.pdf");
if (args.dev) {

@@ -174,0 +178,0 @@ setEnvironmentVariable("_LANGSMITH_IMAGE_PREFIX", "rc-");

2

package.json
{
"name": "langsmith",
"version": "0.0.6",
"version": "0.0.7",
"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

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