
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
hyfileparser
Advanced tools
This is a very small module that converts a file into an array of strings. Each element of the array is a line in the file.
npm install hyfileparser
You then easily require the module:
const hyparser = require('hyfileparser');
const hyparser = require('./parser.js');
hyparser.fileToArray(PATH_TO_YOUR_FILE).then((arr) => {
//arr is the array returned by the function
console.log(arr);
//Log or do whatever :3
}, (err) => {
//err is an error message
//Simply log it to know what's wrong
console.log(err);
});
MIT heiyukidev
I'm Khaled Romdhane and my handle is @heiyukidev
If you stumble across this handle @heiyuki that's me, but not so professional.
FAQs
Reads a file and returns it as an array of lines
We found that hyfileparser 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.