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

exa-js

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exa-js - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

dist/index.d.ts

@@ -63,4 +63,4 @@ declare const isBeta = false;

* @property {LivecrawlOptions} [livecrawl] - Options for livecrawling contents. Default is "never" for neural/auto search, "fallback" for keyword search.
* @property {number} [livecrawlTimeout] - The timeout for livecrawling. Max and default is 10000ms.
* @property {boolean} [filterEmptyResults] - If true, filters out results with no contents. Default is true.
* @property {number} [livecrawlTimeout] - The timeout for livecrawling.
*/

@@ -165,2 +165,4 @@ type ContentsOptions = {

* @property {string} [autopromptString] - The autoprompt string, if applicable.
* @property {string} [autoDate] - The autoprompt date, if applicable.
* @property {string} requestId - The request ID for the search.
*/

@@ -170,2 +172,4 @@ type SearchResponse<T extends ContentsOptions = {}> = {

autopromptString?: string;
autoDate?: string;
requestId: string;
};

@@ -172,0 +176,0 @@ /**

2

package.json
{
"name": "exa-js",
"version": "1.1.0",
"version": "1.1.1",
"description": "Exa SDK for Node.js and the browser",

@@ -5,0 +5,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

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