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

@langchain/pinecone

Package Overview
Dependencies
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/pinecone - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

11

package.json
{
"name": "@langchain/pinecone",
"version": "0.0.6",
"version": "0.0.7",
"description": "LangChain integration for Pinecone's vector database",

@@ -17,3 +17,4 @@ "type": "module",

"scripts": {
"build": "yarn clean && yarn build:esm && yarn build:cjs && yarn build:scripts",
"build": "yarn turbo:command build:internal --filter=@langchain/pinecone",
"build:internal": "yarn lc-build:v2 --create-entrypoints --pre --tree-shaking",
"build:esm": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist/ && rm -rf dist/tests dist/**/tests",

@@ -27,3 +28,3 @@ "build:cjs": "NODE_OPTIONS=--max-old-space-size=4096 tsc --outDir dist-cjs/ -p tsconfig.cjs.json && yarn move-cjs-to-dist && rm -rf dist-cjs",

"lint:fix": "yarn lint:eslint --fix && yarn lint:dpdm",
"clean": "rm -rf dist/ && NODE_OPTIONS=--max-old-space-size=4096 yarn lc-build --config ./langchain.config.js --create-entrypoints --pre",
"clean": "rm -rf .turbo dist/",
"prepack": "yarn build",

@@ -43,3 +44,3 @@ "test": "NODE_OPTIONS=--experimental-vm-modules jest --testPathIgnorePatterns=\\.int\\.test.ts --testTimeout 30000 --maxWorkers=50%",

"dependencies": {
"@langchain/core": ">0.1.0 <0.3.0",
"@langchain/core": ">0.2.0 <0.3.0",
"@pinecone-database/pinecone": "^2.2.0",

@@ -53,3 +54,3 @@ "flat": "^5.0.2",

"@langchain/openai": "workspace:*",
"@langchain/scripts": "~0.0",
"@langchain/scripts": "~0.0.14",
"@swc/core": "^1.3.90",

@@ -56,0 +57,0 @@ "@swc/jest": "^0.2.29",

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