Socket
Socket
Sign inDemoInstall

@mdx-js/mdx

Package Overview
Dependencies
Maintainers
3
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdx-js/mdx - npm Package Compare versions

Comparing version 0.15.7 to 0.16.0

8

mdx-ast-to-mdx-hast.js

@@ -32,8 +32,8 @@ const toHAST = require('mdast-util-to-hast')

}
props.metastring = node.lang && node.lang.replace(langRegex, '').trim()
props.metaString = node.lang && node.lang.replace(langRegex, '').trim()
const meta =
props.metaString &&
props.metaString.split(' ').reduce((acc, cur) => {
props.metastring &&
props.metastring.split(' ').reduce((acc, cur) => {
if (cur.split('=').length > 1) {

@@ -40,0 +40,0 @@ const t = cur.split('=')

{
"name": "@mdx-js/mdx",
"version": "0.15.7",
"version": "0.16.0",
"license": "MIT",

@@ -32,2 +32,3 @@ "repository": "mdx-js/mdx",

"unified": "^6.1.6",
"unist-builder": "^1.0.1",
"unist-util-visit": "^1.3.0"

@@ -49,3 +50,3 @@ },

},
"gitHead": "63120c7a078987e1c3280ee3e420afdf4abaa31d"
"gitHead": "2c1c8676327f97b060283c5a9047574d8ada11ec"
}
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