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.34.8 to 3.34.9

11

algoliasearch/lite/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for algoliasearch-client-js 3.30.1
// Type definitions for algoliasearch-client-js 3.35
// Project: https://github.com/algolia/algoliasearch-client-js

@@ -92,3 +92,3 @@ // Definitions by: Baptiste Coquelle <https://github.com/cbaptiste>

* Gets a specific object
* https://github.com/algolia/algoliasearch-client-js#find-by-ids---getobjects
* https://algolia.com/doc/api-reference/api-methods/get-objects/#retrieve-only-one-object
*/

@@ -98,3 +98,3 @@ getObject(objectID: string, cb: (err: Error, res: {}) => void): void;

* Gets specific attributes from an object
* https://github.com/algolia/algoliasearch-client-js#find-by-ids---getobjects
* https://algolia.com/doc/api-reference/api-methods/get-objects/#retrieve-only-one-object
*/

@@ -107,2 +107,7 @@ getObject(

/**
* Gets specific attributes from an object
* https://algolia.com/doc/api-reference/api-methods/get-objects/#retrieve-only-one-object
*/
getObject<T>(objectID: string, attributes?: string[]): Promise<T>;
/**
* Gets a list of objects

@@ -109,0 +114,0 @@ * https://github.com/algolia/algoliasearch-client-js#find-by-ids---getobjects

{
"name": "@types/algoliasearch",
"version": "3.34.8",
"version": "3.34.9",
"description": "TypeScript definitions for algoliasearch-client-javascript",

@@ -82,4 +82,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "3bf575ef8f20c5d39dc21b4ac3bec89d93e63417482f0827433644417d597a5a",
"typesPublisherContentHash": "e4216a70f136002ec55c85342445222bf00853c92b7d15d3c5e79208fc85b831",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 10 Jan 2020 23:57:59 GMT
* Last updated: Mon, 20 Jan 2020 21:12:21 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `algoliasearch`

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