Gathering detailed insights and metrics for @mdx-js/react
Gathering detailed insights and metrics for @mdx-js/react
Gathering detailed insights and metrics for @mdx-js/react
Gathering detailed insights and metrics for @mdx-js/react
npm install @mdx-js/react
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
17,765 Stars
1,743 Commits
1,138 Forks
87 Watching
6 Branches
193 Contributors
Updated on 28 Nov 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-7%
1,167,105
Compared to previous day
Last week
2.4%
6,428,372
Compared to previous week
Last month
7.5%
27,339,227
Compared to previous month
Last year
24.5%
282,848,450
Compared to previous year
1
2
MDX is an authorable format that lets you seamlessly write JSX in your markdown documents. You can import components, such as interactive charts or alerts, and embed them within your content. This makes writing long-form content with components a blast. 🚀
1import {Chart} from './snowfall.js' 2export const year = 2013 3 4# Last year’s snowfall 5 6In {year}, the snowfall was above average. 7It was followed by a warm spring which caused 8flood conditions in many of the nearby rivers. 9 10<Chart year={year} color="#fcb32c" />
See § What is MDX for more info on the format. See § Playground to try it out.
This GitHub repository contains several packages for compiling the MDX format to JavaScript, integrating with bundlers such as webpack and Rollup, and for using it with frameworks such as React, Preact, and Vue.
See § Getting started for how to integrate MDX into your project.
See § Security on our site for information.
See § Contribute on our site for ways to get started. See § Support for ways to get help.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
See § Sponsor on our site for how to help financially.
Vercel |
Motif |
HashiCorp |
GitBook |
Gatsby | |||||
Netlify |
Coinbase |
ThemeIsle |
Expo |
Boost Note |
Markdown Space |
Holloway | |||
You? |
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
27 commit(s) and 16 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
Reason
Found 0/28 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More