Socket
Socket
Sign inDemoInstall

micromark-factory-label

Package Overview
Dependencies
5
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 2.0.0

6

dev/index.js

@@ -9,6 +9,4 @@ /**

import {markdownLineEnding, markdownSpace} from 'micromark-util-character'
import {codes} from 'micromark-util-symbol/codes.js'
import {constants} from 'micromark-util-symbol/constants.js'
import {types} from 'micromark-util-symbol/types.js'
import {ok as assert} from 'uvu/assert'
import {codes, constants, types} from 'micromark-util-symbol'
import {ok as assert} from 'devlop'

@@ -15,0 +13,0 @@ /**

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

@@ -29,4 +29,2 @@ "license": "MIT",

"type": "module",
"main": "index.js",
"types": "dev/index.d.ts",
"files": [

@@ -38,3 +36,2 @@ "dev/",

"exports": {
"types": "./dev/index.d.ts",
"development": "./dev/index.js",

@@ -44,6 +41,6 @@ "default": "./index.js"

"dependencies": {
"micromark-util-character": "^1.0.0",
"micromark-util-symbol": "^1.0.0",
"micromark-util-types": "^1.0.0",
"uvu": "^0.5.0"
"devlop": "^1.0.0",
"micromark-util-character": "^2.0.0",
"micromark-util-symbol": "^2.0.0",
"micromark-util-types": "^2.0.0"
},

@@ -53,9 +50,3 @@ "scripts": {

},
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
"xo": false
}

@@ -61,6 +61,5 @@ # micromark-factory-label

```js
import {ok as assert} from 'uvu/assert'
import {ok as assert} from 'devlop'
import {factoryLabel} from 'micromark-factory-label'
import {codes} from 'micromark-util-symbol/codes'
import {types} from 'micromark-util-symbol/types'
import {codes, types} from 'micromark-util-symbol'

@@ -144,8 +143,10 @@ // A micromark tokenizer that uses the factory:

Projects maintained by the unified collective are compatible with all maintained
Projects maintained by the unified collective are compatible with maintained
versions of Node.js.
As of now, that is Node.js 16+.
Our projects sometimes work with older versions, but this is not guaranteed.
This package works with `micromark` version 3+.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
`micromark-factory-label@^2`, compatible with Node.js 16.
This package works with `micromark@^3`.

@@ -152,0 +153,0 @@ ## Security

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