New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hiveio/healthchecker-component

Package Overview
Dependencies
Maintainers
7
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hiveio/healthchecker-component

This project is HealthChecker Component using Wax to check the data of APIs, and providing all the necessary factors for display. You can import it to your React project, configure the props and use the generic component for handling APIs.

latest
npmnpm
Version
2.0.0
Version published
Maintainers
7
Created
Source

Healhchecker Component for export

This project is HealthChecker Component using Wax to check the data of APIs, and providing all the necessary factors for display. You can import it to your React project, configure the props and use the generic component for handling APIs.

Techstack

  • React
  • Tailwind
  • Shad UI
  • Typescript
  • Vite
  • Wax

Structure

The project is using Wax's Healthchecker to regularly check for API's score. Then it wrap the data up in dedicated service, that will be passed as a prop to custom component. On the service declaration level devs may add list of checks and default providers.

Instalation

For proper work of HealthChecker component you need React and Tailwind installed. If you use dev component version remember about adding .npmrc file to your project with:

@hiveio:registry=https://gitlab.syncad.com/api/v4/groups/136/-/packages/npm/

After installing the newest version of component into your project, add this to your tailwind.config.js content field:

  content: [
    "./node_modules/@hiveio/healthchecker-component/**/*.{ts,tsx,js,jsx}"
  ],

That way Tailwind can use style from component in your application.

You can install HealthChecker component with pnpm (recommended).

FAQs

Package last updated on 10 Feb 2026

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