Gathering detailed insights and metrics for @algolia/client-analytics
Gathering detailed insights and metrics for @algolia/client-analytics
Gathering detailed insights and metrics for @algolia/client-analytics
Gathering detailed insights and metrics for @algolia/client-analytics
⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.
npm install @algolia/client-analytics
85.6
Supply Chain
91.9
Quality
96.3
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
1,330 Stars
1,144 Commits
222 Forks
97 Watching
16 Branches
274 Contributors
Updated on 26 Nov 2024
TypeScript (99.61%)
JavaScript (0.39%)
Cumulative downloads
Total Downloads
Last day
-18.8%
299,268
Compared to previous day
Last week
2.5%
1,908,661
Compared to previous week
Last month
-3%
7,985,121
Compared to previous month
Last year
53.7%
74,075,478
Compared to previous year
Documentation • InstantSearch • Community Forum • Stack Overflow • Report a bug • FAQ • Support
To get started, you first need to install algoliasearch (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 algoliasearch@5.15.0 2# or 3npm install algoliasearch@5.15.0 4# or 5pnpm add algoliasearch@5.15.0
Add the following JavaScript snippet to the of your website:
1// for the full client 2<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.15.0/dist/algoliasearch.umd.js"></script> 3 4// for the lite client 5<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.15.0/dist/lite/builds/browser.umd.js"></script>
You can now import the Algolia API client in your project and play with it.
1import { algoliasearch } from 'algoliasearch'; 2 3const client = algoliasearch('YOUR_APP_ID', 'YOUR_API_KEY'); 4 5// or with the lite client 6import { liteClient } from 'algoliasearch/lite'; 7 8const client = liteClient('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 22 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
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
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 2024-11-25
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