
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.
@nx-extend/react-email
Advanced tools
Nx plugin for building emails with React Email.
npm install -D @nx-extend/react-email
nx g @nx-extend/react-email:init
Start the React Email development server to preview your email templates:
nx serve <project-name>
| Name | Type | Default | Description |
|---|---|---|---|
port | string | - | Port to run the development server on |
Export your email templates to static HTML files:
nx export <project-name>
| Name | Type | Default | Description |
|---|---|---|---|
outputPath | string | - | Output path to output the build to |
nx serve my-emails --port=3000
nx export my-emails --outputPath=dist/emails
After initialization, your project will typically have the following structure:
my-emails/
├── src/
│ └── emails/
│ └── welcome.tsx
└── project.json
Create email components in the src/emails directory using React Email components.
FAQs
Unknown package
We found that @nx-extend/react-email 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.

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.