Socket
Socket
Sign inDemoInstall

micromark-factory-label

Package Overview
Dependencies
196
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

5

dev/index.js

@@ -7,3 +7,3 @@ /**

import assert from 'assert'
import assert from 'power-assert'
import {markdownLineEnding, markdownSpace} from 'micromark-util-character'

@@ -50,2 +50,5 @@ import {codes} from 'micromark-util-symbol/codes.js'

(code === codes.rightSquareBracket && !data) ||
/* To do: remove in the future once we’ve switched from
* `micromark-extension-footnote` to `micromark-extension-gfm-footnote`,
* which doesn’t need this */
/* Hidden footnotes hook */

@@ -52,0 +55,0 @@ /* c8 ignore next 3 */

3

index.js

@@ -43,5 +43,2 @@ /**

(code === 93 && !data) ||
/* Hidden footnotes hook */
/* c8 ignore next 3 */
(code === 94 &&

@@ -48,0 +45,0 @@ !size &&

{
"name": "micromark-factory-label",
"version": "1.0.0",
"version": "1.0.1",
"description": "micromark factory to parse labels (found in media, definitions)",

@@ -43,3 +43,4 @@ "license": "MIT",

"micromark-util-symbol": "^1.0.0",
"micromark-util-types": "^1.0.0"
"micromark-util-types": "^1.0.0",
"power-assert": "^1.0.0"
},

@@ -46,0 +47,0 @@ "scripts": {

@@ -34,3 +34,3 @@ # micromark-factory-label

```js
import assert from 'assert'
import assert from 'power-assert'
import {factoryLabel} from 'micromark-factory-label'

@@ -37,0 +37,0 @@ import {codes} from 'micromark-util-symbol/codes'

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc