Socket
Socket
Sign inDemoInstall

@langchain/core

Package Overview
Dependencies
Maintainers
4
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/core - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

dist/runnables/history.d.ts

@@ -7,3 +7,3 @@ import { BaseCallbackConfig } from "../callbacks/manager.js";

import { RunnableConfig } from "./config.js";
type GetSessionHistoryCallable = (...args: Array<any>) => Promise<BaseChatMessageHistory | BaseListChatMessageHistory>;
type GetSessionHistoryCallable = (...args: Array<any>) => Promise<BaseChatMessageHistory | BaseListChatMessageHistory> | BaseChatMessageHistory | BaseListChatMessageHistory;
export interface RunnableWithMessageHistoryInputs<RunInput, RunOutput> extends Omit<RunnableBindingArgs<RunInput, RunOutput, BaseCallbackConfig>, "bound" | "config"> {

@@ -10,0 +10,0 @@ runnable: Runnable<RunInput, RunOutput>;

{
"name": "@langchain/core",
"version": "0.0.9",
"version": "0.0.10",
"description": "Core LangChain.js abstractions and schemas",

@@ -42,3 +42,3 @@ "type": "module",

"js-tiktoken": "^1.0.8",
"langsmith": "^0.0.48",
"langsmith": "~0.0.48",
"p-queue": "^6.6.2",

@@ -67,3 +67,3 @@ "p-retry": "4",

"turbo": "latest",
"typescript": "^5.0.0"
"typescript": "~5.1.6"
},

@@ -70,0 +70,0 @@ "publishConfig": {

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