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

@algolia/client-common

Package Overview
Dependencies
Maintainers
3
Versions
237
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/client-common - npm Package Compare versions

Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3

2

dist/src/types/CreateClient.d.ts

@@ -10,4 +10,4 @@ import type { AlgoliaAgentOptions, TransporterOptions } from './Transporter';

};
export declare type InitClientOptions = Partial<Omit<CreateClientOptions, 'apiKey' | 'appId'>>;
export declare type ClientOptions = Partial<Omit<CreateClientOptions, 'apiKey' | 'appId'>>;
export {};
//# sourceMappingURL=CreateClient.d.ts.map
{
"name": "@algolia/client-common",
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"description": "Common package for the Algolia JavaScript API client.",

@@ -5,0 +5,0 @@ "repository": "algolia/algoliasearch-client-javascript",

@@ -21,4 +21,4 @@ import type { AlgoliaAgentOptions, TransporterOptions } from './Transporter';

export type InitClientOptions = Partial<
export type ClientOptions = Partial<
Omit<CreateClientOptions, 'apiKey' | 'appId'>
>;

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