micromark-util-normalize-identifier
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -1,2 +0,2 @@ | ||
import {values} from 'micromark-util-symbol/values.js' | ||
import {values} from 'micromark-util-symbol' | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "micromark-util-normalize-identifier", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "micromark utility normalize identifiers (as found in references, definitions)", | ||
@@ -32,4 +32,2 @@ "license": "MIT", | ||
"type": "module", | ||
"main": "index.js", | ||
"types": "dev/index.d.ts", | ||
"files": [ | ||
@@ -41,3 +39,2 @@ "dev/", | ||
"exports": { | ||
"types": "./dev/index.d.ts", | ||
"development": "./dev/index.js", | ||
@@ -47,3 +44,3 @@ "default": "./index.js" | ||
"dependencies": { | ||
"micromark-util-symbol": "^1.0.0" | ||
"micromark-util-symbol": "^2.0.0" | ||
}, | ||
@@ -53,9 +50,3 @@ "scripts": { | ||
}, | ||
"xo": false, | ||
"typeCoverage": { | ||
"atLeast": 100, | ||
"detail": true, | ||
"strict": true, | ||
"ignoreCatch": true | ||
} | ||
"xo": false | ||
} |
@@ -106,8 +106,10 @@ # micromark-util-normalize-identifier | ||
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-util-normalize-identifier@^2`, compatible with Node.js 16. | ||
This package works with `micromark@^3`. | ||
@@ -114,0 +116,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
188
10662
7
0
0
0
0
+ Addedmicromark-util-symbol@2.0.1(transitive)
- Removedmicromark-util-symbol@1.1.0(transitive)
Updatedmicromark-util-symbol@^2.0.0