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

@types/algoliasearch

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/algoliasearch - npm Package Compare versions

Comparing version 3.27.3 to 3.27.4

52

algoliasearch/lite/index.d.ts

@@ -11,5 +11,5 @@ // Type definitions for algoliasearch-client-js 3.27.0

declare namespace algoliasearch {
/*
Interface for the algolia client object
*/
/**
* Interface for the algolia client object
*/
interface Client {

@@ -506,48 +506,2 @@ /**

interface AlgoliaResponse {
/**
* Contains all the hits matching the query
* https://github.com/algolia/algoliasearch-client-js#response-format
*/
hits: any[];
/**
* Current page
* https://github.com/algolia/algoliasearch-client-js#response-format
*/
page: number;
/**
* Number of total hits matching the query
* https://github.com/algolia/algoliasearch-client-js#response-format
*/
nbHits: number;
/**
* Number of pages
* https://github.com/algolia/algoliasearch-client-js#response-format
*/
nbPage: number;
/**
* Number of hits per pages
* https://github.com/algolia/algoliasearch-client-js#response-format
*/
hitsPerPage: number;
/**
* Engine processing time (excluding network transfer)
* https://github.com/algolia/algoliasearch-client-js#response-format
*/
processingTimeMS: number;
/**
* Query used to perform the search
* https://github.com/algolia/algoliasearch-client-js#response-format
*/
query: string;
/**
* GET parameters used to perform the search
* https://github.com/algolia/algoliasearch-client-js#response-format
*/
params: string;
facets: {
[facetName: string]: { [facetValue: string]: number };
};
}
namespace SearchForFacetValues {

@@ -554,0 +508,0 @@ interface Parameters extends QueryParameters {

6

algoliasearch/package.json
{
"name": "@types/algoliasearch",
"version": "3.27.3",
"version": "3.27.4",
"description": "TypeScript definitions for algoliasearch-client-js",

@@ -31,8 +31,8 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "4d8c596e0395daca7da50f52b09cb1d612cb4c10ee64b8c690acdb9cab595717",
"typesPublisherContentHash": "a89ab32f0333200096dd86f090c6b6794d379851fd48297fdeb642ac5f556328",
"typeScriptVersion": "2.2"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/algoliasearch
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/algoliasearch
Additional Details
* Last updated: Sat, 19 May 2018 00:15:19 GMT
* Last updated: Sun, 27 May 2018 14:13:13 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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