
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
hpo-react-visualizer
Advanced tools
Interactive Human Phenotype Ontology (HPO) organ visualization library for React.
# npm
npm install hpo-react-visualizer
# pnpm
pnpm add hpo-react-visualizer
# yarn
yarn add hpo-react-visualizer
import { HpoVisualizer } from "hpo-react-visualizer";
export function Example() {
return (
<HpoVisualizer
organs={[
{ id: 'heart', colorName: 'red' },
{ id: 'lung', colorName: 'blue' },
{ id: 'brain', colorName: 'purple' },
]}
onSelect={(organId) => console.log('Selected:', organId)}
onHover={(organId) => console.log('Hovered:', organId)}
/>
);
}
| Prop | Type | Description |
|---|---|---|
organs | OrganConfig[] | Array of organ configurations with id and optional styling |
onSelect | (organId: OrganId | null) => void | Callback when an organ is selected |
onHover | (organId: OrganId | null) => void | Callback when an organ is hovered |
selectedOrganId | OrganId | null | Controlled selected organ ID |
hoveredOrganId | OrganId | null | Controlled hovered organ ID |
colorPalette | ColorPalette | Custom color palette for organs |
The following organ IDs are supported:
brain, eye, ear, nose, teeth, throatheart, lung, liver, kidney, intestine, bladderintegument, muscle, blood, cell, metabolismendocrine, neoplasm, immune, growth, prenatalFAQs
Interactive Human Phenotype Ontology (HPO) organ visualization library
The npm package hpo-react-visualizer receives a total of 12 weekly downloads. As such, hpo-react-visualizer popularity was classified as not popular.
We found that hpo-react-visualizer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.