You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@langchain/openai

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2-rc.0

16

package.json
{
"name": "@langchain/openai",
"version": "0.0.1",
"version": "0.0.2-rc.0",
"description": "OpenAI integrations for LangChain.js",

@@ -21,5 +21,7 @@ "type": "module",

"build:scripts": "node scripts/create-entrypoints.js && node scripts/check-tree-shaking.js",
"lint": "NODE_OPTIONS=--max-old-space-size=4096 eslint src && dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint:fix": "yarn lint --fix",
"clean": "rimraf dist/ && NODE_OPTIONS=--max-old-space-size=4096 node scripts/create-entrypoints.js pre",
"lint:eslint": "NODE_OPTIONS=--max-old-space-size=4096 eslint src",
"lint:dpdm": "dpdm --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts",
"lint": "yarn lint:eslint && yarn lint:dpdm",
"lint:fix": "yarn lint:eslint --fix && yarn lint:dpdm",
"clean": "rimraf .turbo/ dist/ && NODE_OPTIONS=--max-old-space-size=4096 node scripts/create-entrypoints.js pre",
"prepack": "yarn build",

@@ -36,3 +38,3 @@ "release": "release-it --only-version --config .release-it.json",

"dependencies": {
"@langchain/core": "~0.0.1",
"@langchain/core": "~0.0.11-rc.1",
"js-tiktoken": "^1.0.7",

@@ -44,3 +46,2 @@ "openai": "^4.19.0",

"@jest/globals": "^29.5.0",
"@langchain/core": "workspace:*",
"@swc/core": "^1.3.90",

@@ -53,2 +54,3 @@ "@swc/jest": "^0.2.29",

"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-no-instanceof": "^1.0.1",

@@ -61,3 +63,3 @@ "eslint-plugin-prettier": "^4.2.1",

"rimraf": "^5.0.1",
"typescript": "^5.0.0"
"typescript": "~5.1.6"
},

@@ -64,0 +66,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc