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-ci.0

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-ci.0+cbccb65",
"description": "Parse MDX and transpile to JSX",

@@ -57,3 +57,3 @@ "repository": "mdx-js/mdx",

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