micromark-core-commonmark
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
{ | ||
"name": "micromark-core-commonmark", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "The CommonMark markdown constructs", | ||
@@ -27,2 +27,3 @@ "license": "MIT", | ||
], | ||
"sideEffects": false, | ||
"type": "module", | ||
@@ -43,16 +44,16 @@ "main": "index.js", | ||
"parse-entities": "^3.0.0", | ||
"micromark-factory-destination": "^1.0.0-alpha.1", | ||
"micromark-factory-label": "^1.0.0-alpha.1", | ||
"micromark-factory-space": "^1.0.0-alpha.1", | ||
"micromark-factory-title": "^1.0.0-alpha.1", | ||
"micromark-factory-whitespace": "^1.0.0-alpha.1", | ||
"micromark-util-character": "^1.0.0-alpha.1", | ||
"micromark-util-chunked": "^1.0.0-alpha.1", | ||
"micromark-util-classify-character": "^1.0.0-alpha.1", | ||
"micromark-util-html-tag-name": "^1.0.0-alpha.1", | ||
"micromark-util-normalize-identifier": "^1.0.0-alpha.1", | ||
"micromark-util-resolve-all": "^1.0.0-alpha.1", | ||
"micromark-util-subtokenize": "^1.0.0-alpha.1", | ||
"micromark-util-symbol": "^1.0.0-alpha.1", | ||
"micromark-util-types": "1.0.0-alpha.1" | ||
"micromark-factory-destination": "^1.0.0-alpha.2", | ||
"micromark-factory-label": "^1.0.0-alpha.2", | ||
"micromark-factory-space": "^1.0.0-alpha.2", | ||
"micromark-factory-title": "^1.0.0-alpha.2", | ||
"micromark-factory-whitespace": "^1.0.0-alpha.2", | ||
"micromark-util-character": "^1.0.0-alpha.2", | ||
"micromark-util-chunked": "^1.0.0-alpha.2", | ||
"micromark-util-classify-character": "^1.0.0-alpha.2", | ||
"micromark-util-html-tag-name": "^1.0.0-alpha.2", | ||
"micromark-util-normalize-identifier": "^1.0.0-alpha.2", | ||
"micromark-util-resolve-all": "^1.0.0-alpha.2", | ||
"micromark-util-subtokenize": "^1.0.0-alpha.2", | ||
"micromark-util-symbol": "^1.0.0-alpha.2", | ||
"micromark-util-types": "1.0.0-alpha.2" | ||
}, | ||
@@ -59,0 +60,0 @@ "scripts": { |
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
199945
+ Addedmicromark-util-types@1.0.0-alpha.2(transitive)
- Removedmicromark-util-types@1.0.0-alpha.1(transitive)