mdast-util-gfm-task-list-item
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "mdast-util-gfm-task-list-item", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "mdast extension to parse and serialize GFM task list items", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"mdast-util-to-markdown": "^0.4.0" | ||
"mdast-util-to-markdown": "^0.5.0" | ||
}, | ||
@@ -46,5 +46,6 @@ "devDependencies": { | ||
"prettier": "^2.0.0", | ||
"remark-cli": "^8.0.0", | ||
"remark-preset-wooorm": "^7.0.0", | ||
"remark-cli": "^9.0.0-alpha.1", | ||
"remark-preset-wooorm": "^8.0.0", | ||
"tape": "^5.0.0", | ||
"unist-util-remove-position": "^3.0.0", | ||
"xo": "^0.33.0" | ||
@@ -51,0 +52,0 @@ }, |
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
10448
9
+ Added@types/unist@2.0.11(transitive)
+ Addedmdast-util-to-markdown@0.5.4(transitive)
+ Addedmdast-util-to-string@2.0.0(transitive)
- Removedcharacter-entities-html4@1.1.4(transitive)
- Removedmdast-util-to-markdown@0.4.3(transitive)
- Removedmdast-util-to-string@1.1.0(transitive)
- Removedstringify-entities@3.1.0(transitive)
- Removedxtend@4.0.2(transitive)