Socket
Socket
Sign inDemoInstall

micromark-factory-mdx-expression

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.8 to 1.0.9

13

dev/index.d.ts

@@ -8,7 +8,7 @@ /**

* State switched to when successful
* @param {string} type
* @param {TokenType} type
* Token type for whole (`{}`).
* @param {string} markerType
* @param {TokenType} markerType
* Token type for the markers (`{`, `}`).
* @param {string} chunkType
* @param {TokenType} chunkType
* Token type for the value (`1`).

@@ -33,5 +33,5 @@ * @param {Acorn | null | undefined} [acorn]

ok: State,
type: string,
markerType: string,
chunkType: string,
type: TokenType,
markerType: TokenType,
chunkType: TokenType,
acorn?: Acorn | null | undefined,

@@ -50,2 +50,3 @@ acornOptions?: AcornOptions | null | undefined,

export type State = import('micromark-util-types').State
export type TokenType = import('micromark-util-types').TokenType
export type TokenizeContext = import('micromark-util-types').TokenizeContext

@@ -52,0 +53,0 @@ /**

@@ -8,2 +8,3 @@ /**

* @typedef {import('micromark-util-types').State} State
* @typedef {import('micromark-util-types').TokenType} TokenType
* @typedef {import('micromark-util-types').TokenizeContext} TokenizeContext

@@ -45,7 +46,7 @@ */

* State switched to when successful
* @param {string} type
* @param {TokenType} type
* Token type for whole (`{}`).
* @param {string} markerType
* @param {TokenType} markerType
* Token type for the markers (`{`, `}`).
* @param {string} chunkType
* @param {TokenType} chunkType
* Token type for the value (`1`).

@@ -52,0 +53,0 @@ * @param {Acorn | null | undefined} [acorn]

@@ -8,7 +8,7 @@ /**

* State switched to when successful
* @param {string} type
* @param {TokenType} type
* Token type for whole (`{}`).
* @param {string} markerType
* @param {TokenType} markerType
* Token type for the markers (`{`, `}`).
* @param {string} chunkType
* @param {TokenType} chunkType
* Token type for the value (`1`).

@@ -33,5 +33,5 @@ * @param {Acorn | null | undefined} [acorn]

ok: State,
type: string,
markerType: string,
chunkType: string,
type: TokenType,
markerType: TokenType,
chunkType: TokenType,
acorn?: Acorn | null | undefined,

@@ -50,2 +50,3 @@ acornOptions?: AcornOptions | null | undefined,

export type State = import('micromark-util-types').State
export type TokenType = import('micromark-util-types').TokenType
export type TokenizeContext = import('micromark-util-types').TokenizeContext

@@ -52,0 +53,0 @@ /**

@@ -8,2 +8,3 @@ /**

* @typedef {import('micromark-util-types').State} State
* @typedef {import('micromark-util-types').TokenType} TokenType
* @typedef {import('micromark-util-types').TokenizeContext} TokenizeContext

@@ -42,7 +43,7 @@ */

* State switched to when successful
* @param {string} type
* @param {TokenType} type
* Token type for whole (`{}`).
* @param {string} markerType
* @param {TokenType} markerType
* Token type for the markers (`{`, `}`).
* @param {string} chunkType
* @param {TokenType} chunkType
* Token type for the value (`1`).

@@ -49,0 +50,0 @@ * @param {Acorn | null | undefined} [acorn]

{
"name": "micromark-factory-mdx-expression",
"version": "1.0.8",
"version": "1.0.9",
"description": "micromark factory to parse MDX expressions (found in JSX attributes, flow, text)",

@@ -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