Socket
Socket
Sign inDemoInstall

@mdx-js/mdx

Package Overview
Dependencies
Maintainers
4
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 1.6.8 to 1.6.9

2

mdx-hast-to-jsx.js

@@ -256,3 +256,3 @@ const {transformSync} = require('@babel/core')

function compile(options = {}) {
this.Compiler = function (tree, file) {
this.Compiler = function (tree, file = {}) {
return toJSX(tree, {}, {file, ...options})

@@ -259,0 +259,0 @@ }

{
"name": "@mdx-js/mdx",
"version": "1.6.8",
"version": "1.6.9",
"description": "Parse MDX and transpile to JSX",

@@ -40,5 +40,5 @@ "repository": "mdx-js/mdx",

"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@mdx-js/util": "^1.6.8",
"babel-plugin-apply-mdx-type-prop": "^1.6.8",
"babel-plugin-extract-import-names": "^1.6.8",
"@mdx-js/util": "^1.6.9",
"babel-plugin-apply-mdx-type-prop": "^1.6.9",
"babel-plugin-extract-import-names": "^1.6.9",
"camelcase-css": "2.0.1",

@@ -50,3 +50,3 @@ "detab": "2.0.3",

"remark-footnotes": "1.0.0",
"remark-mdx": "^1.6.8",
"remark-mdx": "^1.6.9",
"remark-parse": "8.0.2",

@@ -59,3 +59,3 @@ "remark-squeeze-paragraphs": "4.0.0",

},
"gitHead": "2771a52d912991d0d82ba6edfd618557073dc5f7"
"gitHead": "5dab75ad754854143faa90181c86a1e7dab5a39b"
}
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