
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.
@nxmix/tokenize-ansi
Advanced tools
tokenize a string that includes ansi code.
npm install @nxmix/tokenize-ansi
import tokenize from '@nxmix/tokenize-ansi'
tokenize("\x1b1A");
// => [ ["up", 1] ], cursor moves up one line
tokenize("\x1b31m" + "a");
// => [ ["red"], ["text", "a"] ], red text
tokenize("\x1b38;2;123,45,67m" + "a");
// => [ ["moreColor", 2, 123, 45, 67], ["text", "a"] ], true-color text
tokenize("\x1b25h");
// => [ ["cursor-on"] ], show cursor
This project follows the all-contributors specification. Contributions of any kind are welcome!
FAQs
tokenize a string that includes ansi code
We found that @nxmix/tokenize-ansi demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.