micromark-util-classify-character
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
{ | ||
"name": "micromark-util-classify-character", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"description": "micromark utility to classify whether a character is whitespace or punctuation", | ||
@@ -30,2 +30,3 @@ "license": "MIT", | ||
], | ||
"sideEffects": false, | ||
"type": "module", | ||
@@ -44,5 +45,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"micromark-util-character": "^1.0.0-alpha.1", | ||
"micromark-util-symbol": "^1.0.0-alpha.1", | ||
"micromark-util-types": "1.0.0-alpha.1" | ||
"micromark-util-character": "^1.0.0-alpha.2", | ||
"micromark-util-symbol": "^1.0.0-alpha.2", | ||
"micromark-util-types": "1.0.0-alpha.2" | ||
}, | ||
@@ -49,0 +50,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
7778
+ Addedmicromark-util-types@1.0.0-alpha.2(transitive)
- Removedmicromark-util-types@1.0.0-alpha.1(transitive)