micromark-factory-destination
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -12,5 +12,3 @@ /** | ||
} 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 {codes, constants, types} from 'micromark-util-symbol' | ||
@@ -17,0 +15,0 @@ /** |
{ | ||
"name": "micromark-factory-destination", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "micromark factory to parse destinations (found in resources, 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,5 +41,5 @@ "default": "./index.js" | ||
"dependencies": { | ||
"micromark-util-character": "^1.0.0", | ||
"micromark-util-symbol": "^1.0.0", | ||
"micromark-util-types": "^1.0.0" | ||
"micromark-util-character": "^2.0.0", | ||
"micromark-util-symbol": "^2.0.0", | ||
"micromark-util-types": "^2.0.0" | ||
}, | ||
@@ -52,9 +49,3 @@ "scripts": { | ||
}, | ||
"xo": false, | ||
"typeCoverage": { | ||
"atLeast": 100, | ||
"detail": true, | ||
"strict": true, | ||
"ignoreCatch": true | ||
} | ||
"xo": false | ||
} |
@@ -62,4 +62,3 @@ # micromark-factory-destination | ||
import {factoryDestination} from 'micromark-factory-destination' | ||
import {codes} from 'micromark-util-symbol/codes' | ||
import {types} from 'micromark-util-symbol/types' | ||
import {codes, types} from 'micromark-util-symbol' | ||
@@ -154,8 +153,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-destination@^2`, compatible with Node.js 16. | ||
This package works with `micromark@^3`. | ||
@@ -162,0 +163,0 @@ ## Security |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
234
0
19019
556
+ Addedmicromark-util-character@2.1.1(transitive)
+ Addedmicromark-util-symbol@2.0.1(transitive)
+ Addedmicromark-util-types@2.0.1(transitive)
- Removedmicromark-util-character@1.2.0(transitive)
- Removedmicromark-util-symbol@1.1.0(transitive)
- Removedmicromark-util-types@1.1.0(transitive)
Updatedmicromark-util-symbol@^2.0.0
Updatedmicromark-util-types@^2.0.0