@langchain/exa
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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" | ||
] | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
19076
16
1
1