Gathering detailed insights and metrics for @algolia/client-insights
Gathering detailed insights and metrics for @algolia/client-insights
Gathering detailed insights and metrics for @algolia/client-insights
Gathering detailed insights and metrics for @algolia/client-insights
⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.
npm install @algolia/client-insights
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (99.6%)
JavaScript (0.4%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,357 Stars
1,274 Commits
225 Forks
99 Watchers
15 Branches
282 Contributors
Updated on Jul 09, 2025
Latest Version
5.32.0
Package Id
@algolia/client-insights@5.32.0
Unpacked Size
434.00 kB
Size
47.92 kB
File Count
27
NPM Version
10.9.2
Node Version
22.17.0
Published on
Jul 08, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Documentation • InstantSearch • Community Forum • Stack Overflow • Report a bug • FAQ • Support
[!TIP] This API client is already a dependency of the algoliasearch client, you don't need to manually install
@algolia/client-insights
if you already havealgoliasearch
installed.
To get started, you first need to install @algolia/client-insights (or any other available API client package). All of our clients comes with type definition, and are available for both browser and node environments.
1yarn add @algolia/client-insights@5.32.0 2# or 3npm install @algolia/client-insights@5.32.0 4# or 5pnpm add @algolia/client-insights@5.32.0
Add the following JavaScript snippet to the of your website:
1<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.32.0/dist/builds/browser.umd.js"></script>
You can now import the Algolia API client in your project and play with it.
1import { insightsClient } from '@algolia/client-insights'; 2 3const client = insightsClient('YOUR_APP_ID', 'YOUR_API_KEY');
For full documentation, visit the Algolia JavaScript API Client.
Encountering an issue? Before reaching out to support, we recommend heading to our FAQ where you will find answers for the most common issues and gotchas with the client. You can also open a GitHub issue
The Algolia JavaScript API Client is an open-sourced software licensed under the MIT license.
No vulnerabilities found.
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More