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

@langchain/core

Package Overview
Dependencies
Maintainers
10
Versions
177
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.3.19-rc.1 to 0.3.19

2

dist/output_parsers/bytes.d.ts

@@ -10,5 +10,5 @@ import { BaseTransformOutputParser } from "./transform.js";

lc_serializable: boolean;
protected textEncoder: TextEncoder;
protected textEncoder: any;
parse(text: string): Promise<Uint8Array>;
getFormatInstructions(): string;
}

@@ -21,2 +21,4 @@ import { BaseTransformOutputParser } from "./transform.js";

});
// TODO: Figure out why explicit typing is needed
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Object.defineProperty(this, "textEncoder", {

@@ -23,0 +25,0 @@ enumerable: true,

{
"name": "@langchain/core",
"version": "0.3.19-rc.1",
"version": "0.3.19",
"description": "Core LangChain.js abstractions and schemas",

@@ -5,0 +5,0 @@ "type": "module",

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