Socket
Socket
Sign inDemoInstall

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 1.0.7 to 1.0.8

dev/lib/syntax.d.ts

7

index.d.ts

@@ -0,1 +1,3 @@

import type {Program} from 'estree'
export {mdxExpression, type Options} from './lib/syntax.js'

@@ -5,2 +7,7 @@

// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
interface Token {
estree?: Program
}
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
interface TokenTypeMap {

@@ -7,0 +14,0 @@ mdxFlowExpression: 'mdxFlowExpression'

2

package.json
{
"name": "micromark-extension-mdx-expression",
"version": "1.0.7",
"version": "1.0.8",
"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