Socket
Socket
Sign inDemoInstall

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 3.1.0 to 3.1.1

lib/index.d.ts.map

1

lib/index.d.ts

@@ -99,1 +99,2 @@ /**

};
//# sourceMappingURL=index.d.ts.map

4

lib/index.js

@@ -454,3 +454,5 @@ /**

function onErrorRightIsTag(closing, open) {
const tag = this.data.mdxJsxTag
const stack = this.data.mdxJsxTagStack
assert(stack, 'expected `mdxJsxTagStack`')
const tag = stack[stack.length - 1]
assert(tag, 'expected `mdxJsxTag`')

@@ -457,0 +459,0 @@ const place = closing ? ' before the end of `' + closing.type + '`' : ''

{
"name": "mdast-util-mdx-jsx",
"version": "3.1.0",
"version": "3.1.1",
"description": "mdast extension to parse and serialize MDX or MDX.js JSX",

@@ -34,2 +34,3 @@ "license": "MIT",

"lib/",
"index.d.ts.map",
"index.d.ts",

@@ -36,0 +37,0 @@ "index.js"

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