
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.
A parser/writer for Intel HEX file format.
require("intel_hex").parse(data);
The parse function takes 3 arguments:
data - Intel Hex file (string in ASCII format or Buffer Object)bufferSize - the size of the Buffer containing the data (optional)
The data exceeding the buffer size will be discardedaddressOffset - starting address offset (optional)
The data before the starting address will be discardedand returns an Object with the following properties:
data - data as a Buffer Object, padded with 0xFF
where data is empty.startSegmentAddress - the address provided by the last
start segment address record; null, if not givenstartLinearAddress - the address provided by the last
start linear address record; null, if not givenSpecial thanks to: http://en.wikipedia.org/wiki/Intel_HEX
FAQs
A JavaScript parser/writer for Intel HEX file format.
The npm package intel-hex receives a total of 1,121 weekly downloads. As such, intel-hex popularity was classified as popular.
We found that intel-hex demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.