
Research
/Security News
GlassWASM: WebAssembly Malware Found in Trojanized Open VSX Extensions
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.
@highoutput/hds-button
Advanced tools
We aim to build a library of custom ReactJS components that implements our unique UI design conventions. The ReactJS components will be based primarily on Chakra UI components. React Storybook will be used for documentation and testing.
We aim to build a library of custom ReactJS components that implements our unique UI design conventions. The ReactJS components will be based primarily on Chakra UI components. React Storybook will be used for documentation and testing.
To install the package, use:
npm i @highoutput/hds-button
import * as React from "react";
import Button,{ CloseButton, SocialButton, withButton } from "@highoutput/hds-button";
import { ThemeProvider, HStack, Box, extendTheme } from "@highoutput/hds";
export default function Example() {
return (
<ThemeProvider theme={extendTheme(withButton())}>
<Button {...args} >Submit</Button>
<CloseButton {...args} />
<SocialButton {...args} />
</ThemeProvider>
);
}
FAQs
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
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.