
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@algolia/monitoring
Advanced tools
Documentation • InstantSearch • Community Forum • Stack Overflow • Report a bug • Support
[!TIP] This API client is already a dependency of the algoliasearch client, you don't need to manually install
@algolia/monitoringif you already havealgoliasearchinstalled.
To get started, you first need to install @algolia/monitoring (or any other available API client package). All of our clients comes with type definition, and are available for both browser and node environments.
yarn add @algolia/monitoring@1.46.2
# or
npm install @algolia/monitoring@1.46.2
# or
pnpm add @algolia/monitoring@1.46.2
Add the following JavaScript snippet to the of your website:
<script src="https://cdn.jsdelivr.net/npm/@algolia/monitoring@1.46.2/dist/builds/browser.umd.js"></script>
You can now import the Algolia API client in your project and play with it.
import { monitoringClient } from '@algolia/monitoring';
const client = monitoringClient('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.
FAQs
JavaScript client for monitoring
The npm package @algolia/monitoring receives a total of 1,688,169 weekly downloads. As such, @algolia/monitoring popularity was classified as popular.
We found that @algolia/monitoring demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 101 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.