mdast-util-to-nlcst
Advanced tools
Comparing version 3.2.3 to 4.0.0
{ | ||
"name": "mdast-util-to-nlcst", | ||
"version": "3.2.3", | ||
"description": "Transform MDAST to NLCST", | ||
"version": "4.0.0", | ||
"description": "mdast utility to transform to nlcst", | ||
"license": "MIT", | ||
"keywords": [ | ||
"unist", | ||
"mdast", | ||
"remark", | ||
"mdast-util", | ||
"nlcst", | ||
"retext", | ||
"nlcst-util", | ||
"util", | ||
"utility", | ||
"markdown", | ||
@@ -17,2 +20,6 @@ "natural", | ||
"bugs": "https://github.com/syntax-tree/mdast-util-to-nlcst/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -29,3 +36,3 @@ "contributors": [ | ||
"unist-util-position": "^3.0.0", | ||
"vfile-location": "^2.0.0" | ||
"vfile-location": "^3.0.0" | ||
}, | ||
@@ -36,3 +43,3 @@ "devDependencies": { | ||
"negate": "^1.0.0", | ||
"nyc": "^14.0.0", | ||
"nyc": "^15.0.0", | ||
"parse-dutch": "^4.0.0", | ||
@@ -42,10 +49,10 @@ "parse-english": "^4.0.0", | ||
"prettier": "^1.0.0", | ||
"remark": "^10.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark": "^11.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-frontmatter": "^1.0.0", | ||
"remark-preset-wooorm": "^5.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"vfile": "^4.0.0", | ||
"xo": "^0.24.0" | ||
"xo": "^0.26.0" | ||
}, | ||
@@ -78,2 +85,5 @@ "scripts": { | ||
"esnext": false, | ||
"rules": { | ||
"unicorn/prefer-includes": "off" | ||
}, | ||
"ignores": [ | ||
@@ -80,0 +90,0 @@ "mdast-util-to-nlcst.js" |
@@ -149,2 +149,7 @@ # mdast-util-to-nlcst | ||
## Security | ||
Use of `mdast-util-to-nlcst` does not involve [**hast**][hast] so there are no | ||
openings for [cross-site scripting (XSS)][xss] attacks. | ||
## Related | ||
@@ -240,1 +245,3 @@ | ||
[nlcstnode]: https://github.com/syntax-tree/nlcst#nodes | ||
[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting |
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
13778
246
+ Addedvfile-location@3.2.0(transitive)
- Removedvfile-location@2.0.6(transitive)
Updatedvfile-location@^3.0.0