
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.
@cheap-glitch/jsonast
Advanced tools
jsonast is a json to AST parser with some error correction. Most json parsers do not do error correction or do not allow parsing to AST. jsonast combines both of this.
Grab jsonast via npm:
npm install jsonast
import parse from 'jsonast';
// Allows plain valid json
const ast = parse('{}');
// but also invalid json like this ones (note the missing commas)
const ast = parse(`
{
"key1": "value"
"key2": "value"
}
`);
const ast = parse(`
[
"entry1"
"entry2"
]
`);
jsonast is built by KnisterPeter and contributors and released under the MIT license.
FAQs
A JSON to AST parser which allows error recovery.
We found that @cheap-glitch/jsonast 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
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.