Socket
Socket
Sign inDemoInstall

@algolia/client-search

Package Overview
Dependencies
Maintainers
61
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/client-search - npm Package Compare versions

Comparing version 4.0.0-beta.13 to 4.0.0-beta.14

6

dist/client-search.cjs.js

@@ -59,2 +59,8 @@ 'use strict';

},
clearCache() {
return Promise.all([
transporter$1.requestsCache.clear(),
transporter$1.responsesCache.clear(),
]).then(() => undefined);
},
};

@@ -61,0 +67,0 @@ return clientCommon.addMethods(base, options.methods);

@@ -55,2 +55,8 @@ import { createAuth, AuthMode, shuffle, addMethods, createWaitablePromise, createRetryablePromise, encode } from '@algolia/client-common';

},
clearCache() {
return Promise.all([
transporter.requestsCache.clear(),
transporter.responsesCache.clear(),
]).then(() => undefined);
},
};

@@ -57,0 +63,0 @@ return addMethods(base, options.methods);

10

package.json
{
"name": "@algolia/client-search",
"version": "4.0.0-beta.13",
"version": "4.0.0-beta.14",
"private": false,

@@ -15,7 +15,7 @@ "license": "MIT",

"dependencies": {
"@algolia/client-common": "4.0.0-beta.13",
"@algolia/logger-common": "4.0.0-beta.13",
"@algolia/requester-common": "4.0.0-beta.13",
"@algolia/transporter": "4.0.0-beta.13"
"@algolia/client-common": "4.0.0-beta.14",
"@algolia/logger-common": "4.0.0-beta.14",
"@algolia/requester-common": "4.0.0-beta.14",
"@algolia/transporter": "4.0.0-beta.14"
}
}

Sorry, the diff of this file is too big to display

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