Socket
Socket
Sign inDemoInstall

micromark-util-types

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

22

index.d.ts

@@ -472,2 +472,24 @@ /**

_gfmTasklistFirstContentOfListItem?: boolean | undefined
/**
* Internal boolean shared with `micromark-extension-gfm-table` whose body
* rows are not affected by normal interruption rules.
* “Normal” rules are, for example, that an empty list item can’t interrupt:
*
* ````markdown
* a
* *
* ````
*
* The above is one paragraph.
* These rules don’t apply to table body rows:
*
* ````markdown
* | a |
* | - |
* *
* ````
*
* The above list interrupts the table.
*/
_gfmTableDynamicInterruptHack?: boolean | undefined
}

@@ -474,0 +496,0 @@ /**

@@ -357,2 +357,22 @@ /**

* construct.
* @property {boolean} [_gfmTableDynamicInterruptHack=false]
* Internal boolean shared with `micromark-extension-gfm-table` whose body
* rows are not affected by normal interruption rules.
* “Normal” rules are, for example, that an empty list item can’t interrupt:
*
* ````markdown
* a
* *
* ````
*
* The above is one paragraph.
* These rules don’t apply to table body rows:
*
* ````markdown
* | a |
* | - |
* *
* ````
*
* The above list interrupts the table.
*/

@@ -359,0 +379,0 @@

2

package.json
{
"name": "micromark-util-types",
"version": "1.0.1",
"version": "1.0.2",
"description": "micromark utility with a couple of typescript types",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc