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.5 to 0.15.6

4

mdx-hast-to-jsx.js

@@ -40,3 +40,5 @@ const toStyleObject = require('to-style').object

if (childNode.default) {
layout = childNode.value.replace(/^export\s+default\s+/, '')
layout = childNode.value
.replace(/^export\s+default\s+/, '')
.replace(/;\s*$/, '')
continue

@@ -43,0 +45,0 @@ }

{
"name": "@mdx-js/mdx",
"version": "0.15.5",
"version": "0.15.6",
"license": "MIT",

@@ -46,3 +46,4 @@ "repository": "mdx-js/mdx",

"testEnvironment": "node"
}
},
"gitHead": "c719bbc4bd3914da77e89abaa73b0db1fc33a6d1"
}
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