
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
@hipster/mdx2-issue-checker
Advanced tools
Wrapper around remark-cli to make it easier to check for MDX v2 syntax issues
This package is a simple tool to check for issues in the MDX2 files.
It's a wrapper of remark-cli
which uses the remark-mdx
plugin to check your .mdx
files.
Default usage - Will check all the files in the current directory:
npx @hipster/mdx2-issue-checker
Specify a directory to check:
npx @hipster/mdx2-issue-checker /path/to/directory
Verbose mode - By default, it will only display the files with errors. If you want to see all files which the CLI has gone through, you can use the --verbose
flag:
npx @hipster/mdx2-issue-checker --verbose
FAQs
Wrapper around remark-cli to make it easier to check for MDX v2 syntax issues
The npm package @hipster/mdx2-issue-checker receives a total of 146 weekly downloads. As such, @hipster/mdx2-issue-checker popularity was classified as not popular.
We found that @hipster/mdx2-issue-checker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.