
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
bare-bundle
Advanced tools
Application bundle format for JavaScript, inspired by https://github.com/electron/asar.
npm i bare-bundle
[#!hashbang]
<header length><header><...files>
The header length is an integer literal denoting the total length of the header. The header itself is a JSON string literal of header length bytes and has the following format:
{
"version": 0,
"id": null | "<string>",
"main": null | "<url>",
"imports": {
"<from>": "<to>"
},
"resolutions": {
"<url>": "<imports>"
},
"addons": ["<url>"],
"assets": ["<url>"],
"files": {
"<url>": {
"offset": number,
"length": number,
"mode": number
}
}
}
For each <url>
in files
, offset
provides the byte offset to the file after the header and length
provides the byte length of the file.
The bundle may optionally be prefixed with a hashbang, #!
, for use with script interpreters. The hashbang is ignored during parsing.
Apache-2.0
FAQs
Application bundle format for JavaScript
We found that bare-bundle demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.