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

@langchain/exa

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/exa - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

index.d.cts

14

package.json
{
"name": "@langchain/exa",
"version": "0.0.2",
"version": "0.0.3",
"description": "Exa integration for LangChain.js",

@@ -15,2 +15,3 @@ "type": "module",

},
"homepage": "https://github.com/langchain-ai/langchainjs/tree/main/libs/langchain-exa/",
"scripts": {

@@ -47,3 +48,3 @@ "build": "yarn clean && yarn build:deps && yarn build:esm && yarn build:cjs && yarn build:scripts",

"@jest/globals": "^29.5.0",
"@langchain/scripts": "^0.0.2",
"@langchain/scripts": "~0.0",
"@swc/core": "^1.3.90",

@@ -76,3 +77,7 @@ "@swc/jest": "^0.2.29",

".": {
"types": "./index.d.ts",
"types": {
"import": "./index.d.ts",
"require": "./index.d.cts",
"default": "./index.d.ts"
},
"import": "./index.js",

@@ -87,4 +92,5 @@ "require": "./index.cjs"

"index.js",
"index.d.ts"
"index.d.ts",
"index.d.cts"
]
}
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