
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@arcjet/headers
Advanced tools
@arcjet/headers
Arcjet extension of the Headers class.
This is an internal utility to help us deal with Headers
.
This exists to prevent the cookie
header from being set and non-string values
from being set.
You should not use this but use Headers
or plain objects instead.
This package matches our current needs which are likely different from yours.
This package is ESM only. Install with npm in Node.js:
npm install @arcjet/headers
import ArcjetHeaders from "@arcjet/headers";
const headers = new ArcjetHeaders({ abc: "123" });
console.log(headers.get("abc")); // => "123"
1.0.0-beta.10 (2025-08-04)
$env
, not process.env
(#4754) (5a87f0d)ip
tests (#4632) (aea416a)FAQs
Arcjet extension of the Headers class
The npm package @arcjet/headers receives a total of 10,134 weekly downloads. As such, @arcjet/headers popularity was classified as popular.
We found that @arcjet/headers 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.