Socket
Book a DemoInstallSign in
Socket

@nzxt/web-integrations-types

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nzxt/web-integrations-types

web integrations monitoring type definitions

latest
Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
10
-28.57%
Maintainers
7
Weekly downloads
 
Created
Source

Web Integrations Monitoring Types

NZXT CAM is a hardware monitoring software that provides users with information on the performance of various hardware components in their PC, including CPUs, GPUs, and RAM.

In Web Integration mode on Kraken devices, CAM provides monitoring data to the web application through the browser every second. This data can be used to create custom visualizations with monitoring information.

Installation

npm install @nzxt/web-integrations

Examples

import { MonitoringData } from "@nzxt/web-integrations/v1";

window.nzxt = {
  v1: {
    onMonitoringDataUpdate: (data: MonitoringData) => {
      // ...
    },
  },
};

Keywords

nzxt

FAQs

Package last updated on 17 Sep 2024

Did you know?

Socket

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.

Install

Related posts