
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.
@laboratoria/mdlint
Advanced tools
CLI tool to lint your **markdown** files using the [markdownlint](https://github.com/DavidAnson/markdownlint) module.
CLI tool to lint your markdown files using the markdownlint module.
Globally:
npm i -g @laboratoria/mdlint
In your project:
npm i --save-dev @laboratoria/mdlint
Once you have installed it in your project you can add a task in your
package.json
to run the linter:
{
"name": "your-package",
"version": "0.0.0",
"scripts": {
"lint": "mdlint ."
},
"devDependencies": {
"@laboratoria/mdlint": "^1.0.2"
}
}
This will allow you to run the linter like this:
npm run lint
$ mdlint --help
Usage:
mdlint [path1] [path2] ...
Options:
-c, --config Path to config file. Default: '.mdlintrc'
-i, --ignore Path to file with patterns to ignore. Default: '.mdlintignore'
-v, --verbose Show verbose output.
-h, --help Show this help.
-V, --version Show mdlint version.
Laboratoria 2017
.mdlintrc
{
"default": true,
"ul-style": { "style": "sublist" },
"no-duplicate-header": false
}
.mdlintignore
node_modules/
bower_components/
FAQs
CLI tool to lint your **markdown** files using the [markdownlint](https://github.com/DavidAnson/markdownlint) module.
The npm package @laboratoria/mdlint receives a total of 29 weekly downloads. As such, @laboratoria/mdlint popularity was classified as not popular.
We found that @laboratoria/mdlint 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
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.