Socket
Socket
Sign inDemoInstall

langsmith

Package Overview
Dependencies
Maintainers
1
Versions
138
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.1-0 to 0.0.1

1

dist/cli/main.js

@@ -246,3 +246,2 @@ import * as fs from "fs";

program
.command("plus")
.description("Manage the LangSmith server")

@@ -249,0 +248,0 @@ .addCommand(startCommand)

@@ -285,3 +285,2 @@ import * as fs from "fs";

program
.command("plus")
.description("Manage the LangSmith server")

@@ -288,0 +287,0 @@ .addCommand(startCommand)

4

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

@@ -26,3 +26,3 @@ "files": [

"bin": {
"langchain": "./dist/cli/main.cjs"
"langsmith": "./dist/cli/main.cjs"
},

@@ -29,0 +29,0 @@ "types": "./dist/index.d.ts",

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