Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Lint JavaScript code blocks in markdown files to find syntax errors.
npm install -g mdlint
mdlint is used as a command-line utility. You lint a set of local markdown files matched by a glob, a GitHub repository's README, or query the GitHub API to go bounty hunting for syntax errors.
mdlint <command> <arg(s)> [options]
Commands:
repo <user/repo> lints a README from a GitHub repo
user <GitHub username> lints all READMEs from a user's GitHub repos
glob <fileGlob> lints local markdown files that match a file glob
query <queryString> [page] lints READMEs from repos returned by a GitHub query
Options:
-s, --silent only report failing lints
-h, --help output usage information
-V, --version output the version number
Here is an example of mdlint being run on a GitHub repo's README file:
mdlint repo ChrisWren/grunt-pages
Here is an example of mdlint being run on all READMEs from a user's GitHub repos:
mdlint user ChrisWren
Here is an example of mdlint being run on a set of local files:
mdlint glob docs/*.md
Here is an example of mdlint being run on a collection of READMEs returned from the grunt
GitHub repositories search query:
mdlint query grunt
mdlint accepts certain pre-defined psuedocode which it will preprocess so that an error isn't thrown during syntax validation.
gruntplugin: {
}
{
key: 'value'
}
function () {
}
0.0.1 - Added user
command.
0.0.0 - Initial Release.
FAQs
Lints markdown files to find JavaScript syntax errors
The npm package mdlint receives a total of 43 weekly downloads. As such, mdlint popularity was classified as not popular.
We found that mdlint 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.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.