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

langchainhub

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

langchainhub - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

dist/client.js

@@ -136,3 +136,3 @@ import { getEnvironmentVariable } from "./utils/env.js";

async createRepo(repoHandle, options) {
const { isPublic = false, description = "" } = options ?? {};
const { isPublic = true, description = "" } = options ?? {};
const res = await fetch(`${this.apiUrl}/repos/`, {

@@ -237,3 +237,3 @@ method: "POST",

async push(repoFullName, manifestJson, options) {
const { parentCommitHash = "latest", newRepoIsPublic = false, newRepoDescription = "", } = options ?? {};
const { parentCommitHash = "latest", newRepoIsPublic = true, newRepoDescription = "", } = options ?? {};
let repo;

@@ -240,0 +240,0 @@ try {

{
"name": "langchainhub",
"version": "0.0.5",
"version": "0.0.6",
"description": "Client library for connecting to the LangChain Hub.",

@@ -5,0 +5,0 @@ "author": "LangChain",

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