
Research
Malicious npm Package Brand-Squats TanStack to Exfiltrate Environment Variables
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.
@react-email/head
Advanced tools

Install component from your command line.
yarn add @react-email/head -E
npm install @react-email/head -E
Add the component to your email template. Include children tags where needed.
import { Head } from "@react-email/head";
const Email = () => {
return (
<Head>
<title>My email title</title>
</Head>
);
};
This component was tested using the most popular email clients.
| Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ |
MIT License
react-helmet is a popular package for managing changes to the document head in React applications. While it is primarily used for web applications, it offers similar functionality in terms of setting metadata and styles. However, @react-email/head is specifically tailored for email templates, making it more suitable for email-specific use cases.
FAQs
Contains head components such as style and meta elements.
The npm package @react-email/head receives a total of 2,673,103 weekly downloads. As such, @react-email/head popularity was classified as popular.
We found that @react-email/head demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.