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

@dxos/react-ui-graph

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/react-ui-graph

GEM Graph.

latest
npmnpm
Version
0.8.3
Version published
Weekly downloads
287
-10.31%
Maintainers
6
Weekly downloads
 
Created
Source

react-ui-graph

A small, usually single-celled reproductive body that is resistant to adverse environmental conditions and is capable of growing into a new organism, produced especially by certain fungi, algae, protozoans, and nonseedbearing plants such as mosses and ferns.

export const Primary = () => {
  const model = useMemo(() => new GraphBuilder(), []);

  return (  
    <SVGRoot>
      <SVG>
        <Markers />
        <Grid axis />
        <Zoom extent={[1/2, 2]}>
          <Graph
            model={model.graph}
          />
        </Zoom>
      </SVG>
    </SVGRoot>
  );
};

FAQs

Package last updated on 03 Jul 2025

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