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

micromark

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

2

dev/lib/constructs.d.ts

@@ -15,4 +15,6 @@ /** @type {Extension['document']} */

export const insideSpan: Extension['insideSpan']
/** @type {Extension['attentionMarkers']} */
export const attentionMarkers: Extension['attentionMarkers']
/** @type {Extension['disable']} */
export const disable: Extension['disable']
export type Extension = import('micromark-util-types').Extension

@@ -97,3 +97,6 @@ /**

/** @type {Extension['attentionMarkers']} */
export const attentionMarkers = {null: [codes.asterisk, codes.underscore]}
/** @type {Extension['disable']} */
export const disable = {null: []}

@@ -15,4 +15,6 @@ /** @type {Extension['document']} */

export const insideSpan: Extension['insideSpan']
/** @type {Extension['attentionMarkers']} */
export const attentionMarkers: Extension['attentionMarkers']
/** @type {Extension['disable']} */
export const disable: Extension['disable']
export type Extension = import('micromark-util-types').Extension

@@ -96,2 +96,7 @@ /**

}
/** @type {Extension['attentionMarkers']} */
export const attentionMarkers = {
null: [42, 95]
}
/** @type {Extension['disable']} */

@@ -98,0 +103,0 @@

6

package.json
{
"name": "micromark",
"version": "3.0.4",
"version": "3.0.5",
"description": "small commonmark compliant markdown parser with positional info and concrete tokens",

@@ -103,3 +103,3 @@ "license": "MIT",

"debug": "^4.0.0",
"micromark-core-commonmark": "^1.0.0",
"micromark-core-commonmark": "^1.0.1",
"micromark-factory-space": "^1.0.0",

@@ -116,3 +116,3 @@ "micromark-util-character": "^1.0.0",

"micromark-util-symbol": "^1.0.0",
"micromark-util-types": "^1.0.0",
"micromark-util-types": "^1.0.1",
"parse-entities": "^3.0.0"

@@ -119,0 +119,0 @@ },

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