Gathering detailed insights and metrics for @algolia/cache-browser-local-storage
Gathering detailed insights and metrics for @algolia/cache-browser-local-storage
Gathering detailed insights and metrics for @algolia/cache-browser-local-storage
Gathering detailed insights and metrics for @algolia/cache-browser-local-storage
⚡️ A fully-featured and blazing-fast JavaScript API client to interact with Algolia.
npm install @algolia/cache-browser-local-storage
Typescript
Module System
99.9
Supply Chain
61.7
Quality
89.4
Maintenance
100
Vulnerability
100
License
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,281 Commits
224 Forks
99 Watchers
15 Branches
283 Contributors
Updated on Jul 17, 2025
Latest Version
4.25.2
Package Id
@algolia/cache-browser-local-storage@4.25.2
Unpacked Size
7.96 kB
Size
1.61 kB
File Count
7
Published on
Jun 23, 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
1
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.33.0 2# or 3npm install algoliasearch@5.33.0 4# or 5pnpm add algoliasearch@5.33.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.33.0/dist/algoliasearch.umd.js"></script> 3 4// for the lite client 5<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.33.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
no dangerous workflow patterns detected
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
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
detected GitHub workflow tokens with excessive permissions
Details
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-14
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