Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mdast-util-mdx-jsx

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-mdx-jsx - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

package.json
{
"name": "mdast-util-mdx-jsx",
"version": "0.1.1",
"version": "0.1.2",
"description": "mdast extension to parse and serialize MDX or MDX.js JSX",

@@ -35,3 +35,3 @@ "license": "MIT",

"dependencies": {
"mdast-util-to-markdown": "^0.5.0",
"mdast-util-to-markdown": "^0.6.0",
"parse-entities": "^2.0.0",

@@ -38,0 +38,0 @@ "stringify-entities": "^3.1.0",

@@ -172,2 +172,5 @@ # mdast-util-mdx-jsx

this extension configures [`mdast-util-to-markdown`][to-markdown] with
`fences: true` and `resourceLink: true` too, do not overwrite them!
## Syntax tree

@@ -174,0 +177,0 @@

@@ -11,2 +11,5 @@ exports.handlers = {

exports.fences = true
exports.resourceLink = true
mdxElement.peek = peekElement

@@ -13,0 +16,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc