
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@exogee/graphweaver-admin-ui-components
Advanced tools
Components from Graphweaver's admin UI which you can use in your projects as you like
@exogee/graphweaver-admin-ui-components
UI components used in the Admin UI which you can also import and use in your project as you like.
A themed button
import { Button } from '@exogee/graphweaver-admin-ui-components';
import { MyIcon } from './icon';
const MyPage = () => {
const handleOnClick = () => alert('Button Was Clicked');
return (
<>
<Button renderAfter={() => <MyIcon />} onClick={handleOnClickButton}>
A Button Label
</Button>
</>
);
};
A Dropdown Menu
import { DropdownItem, Dropdown } from '@exogee/graphweaver-admin-ui-components';
const MyPage = () => {
const externalLinkItems: DropdownItem[] = [];
return (
<Dropdown items={externalLinkItems}>Links</Dropdown>
);
};
Comprehensive documentation and usage examples can be found on our Docs Site. It covers installation instructions, detailed API documentation, and guides to help you get started with Graphweaver.
graphweaver
The Graphweaver Command Line Interface (CLI) tool enables you to set up and manage Graphweaver using commands in your command-line shell. Check the graphweaver
npm package here.
FAQs
Components from Graphweaver's admin UI which you can use in your projects as you like
The npm package @exogee/graphweaver-admin-ui-components receives a total of 116 weekly downloads. As such, @exogee/graphweaver-admin-ui-components popularity was classified as not popular.
We found that @exogee/graphweaver-admin-ui-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.