New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@langchain/openai

Package Overview
Dependencies
Maintainers
0
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/openai - npm Package Compare versions

Comparing version 0.3.16 to 0.3.17

3

dist/chat_models.js

@@ -1113,2 +1113,5 @@ import { OpenAI as OpenAIClient } from "openai";

}
if (this.model === "o1") {
this.disableStreaming = true;
}
this.streaming = fields?.streaming ?? false;

@@ -1115,0 +1118,0 @@ this.streamUsage = fields?.streamUsage ?? this.streamUsage;

4

package.json
{
"name": "@langchain/openai",
"version": "0.3.16",
"version": "0.3.17",
"description": "OpenAI integrations for LangChain.js",

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

"peerDependencies": {
"@langchain/core": ">=0.2.26 <0.4.0"
"@langchain/core": ">=0.3.29 <0.4.0"
},

@@ -47,0 +47,0 @@ "devDependencies": {

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