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

@algolia/client-search

Package Overview
Dependencies
Maintainers
69
Versions
235
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.11.0 to 4.12.0

18

dist/client-search.cjs.js

@@ -281,2 +281,11 @@ 'use strict';

const getAppTask = (base) => {
return (taskID, requestOptions) => {
return base.transporter.read({
method: requesterCommon.MethodEnum.Get,
path: clientCommon.encode('1/task/%s', taskID.toString()),
}, requestOptions);
};
};
const getDictionarySettings = (base) => {

@@ -321,11 +330,2 @@ return (requestOptions) => {

const getAppTask = (base) => {
return (taskID, requestOptions) => {
return base.transporter.read({
method: requesterCommon.MethodEnum.Get,
path: clientCommon.encode('1/task/%s', taskID.toString()),
}, requestOptions);
};
};
const getUserID = (base) => {

@@ -332,0 +332,0 @@ return (userID, requestOptions) => {

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

const getAppTask = (base) => {
return (taskID, requestOptions) => {
return base.transporter.read({
method: MethodEnum.Get,
path: encode('1/task/%s', taskID.toString()),
}, requestOptions);
};
};
const getDictionarySettings = (base) => {

@@ -317,11 +326,2 @@ return (requestOptions) => {

const getAppTask = (base) => {
return (taskID, requestOptions) => {
return base.transporter.read({
method: MethodEnum.Get,
path: encode('1/task/%s', taskID.toString()),
}, requestOptions);
};
};
const getUserID = (base) => {

@@ -328,0 +328,0 @@ return (userID, requestOptions) => {

{
"name": "@algolia/client-search",
"version": "4.11.0",
"version": "4.12.0",
"private": false,

@@ -19,6 +19,6 @@ "repository": {

"dependencies": {
"@algolia/client-common": "4.11.0",
"@algolia/requester-common": "4.11.0",
"@algolia/transporter": "4.11.0"
"@algolia/client-common": "4.12.0",
"@algolia/requester-common": "4.12.0",
"@algolia/transporter": "4.12.0"
}
}

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