
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@antv/component
Advanced tools
Visualization components for AntV, based on G which is a flexible rendering engine for visualization.
Canvas
, SVG
or WebGL
with same code.$ npm install @antv/component
$ yarn add @antv/component
import { Canvas } from '@antv/g';
import { Renderer } from '@antv/g-canvas';
import { Button } from '@antv/component';
// 1. New a canvas.
const canvas = new Canvas({
container: 'container',
width: 600,
height: 600,
renderer: new Renderer(),
});
// 2. Create a button with configure.
const button = new Button({
/* ... */
});
// 3. Append into G canvas.
canvas.appendChild(button);
// 4. Render.
canvas.render();
$ git clone git@github.com:antvis/component.git
$ cd component
$ npm install
$ npm run dev
Then send a pull request on GitHub.
MIT@AntV.
FAQs
Visualization components for AntV, based on G.
The npm package @antv/component receives a total of 147,927 weekly downloads. As such, @antv/component popularity was classified as popular.
We found that @antv/component demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 75 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.