Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

micromark-extension-mdx-expression

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark-extension-mdx-expression - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

11

lib/util-events-to-acorn.js

@@ -10,3 +10,3 @@ 'use strict'

var comments = []
var acornConfig = Object.assign({}, acornOptions, {onComment: onComment})
var acornConfig = Object.assign({}, acornOptions, {onComment: comments})
var value

@@ -184,11 +184,2 @@ var swallow = false

}
function onComment(block, value, start, end) {
comments.push({
type: block ? 'Block' : 'Line',
value: value,
start: start,
end: end
})
}
}

@@ -195,0 +186,0 @@

2

package.json
{
"name": "micromark-extension-mdx-expression",
"version": "0.3.0",
"version": "0.3.1",
"description": "micromark extension to support MDX or MDX JS expressions",

@@ -5,0 +5,0 @@ "license": "MIT",

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