mdast-util-definitions
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "mdast-util-definitions", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Find definition nodes in mdast nodes", | ||
@@ -17,2 +17,6 @@ "license": "MIT", | ||
"bugs": "https://github.com/syntax-tree/mdast-util-definitions/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -32,8 +36,8 @@ "contributors": [ | ||
"prettier": "^1.0.0", | ||
"remark": "^10.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^5.0.0", | ||
"remark": "^11.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"tape": "^4.0.0", | ||
"tinyify": "^2.0.0", | ||
"xo": "^0.24.0" | ||
"xo": "^0.25.0" | ||
}, | ||
@@ -40,0 +44,0 @@ "scripts": { |
@@ -66,2 +66,9 @@ # mdast-util-definitions | ||
## Security | ||
Use of `mdast-util-definitions` does not involve [**hast**][hast] or user | ||
content so there are no openings for [cross-site scripting (XSS)][xss] attacks. | ||
Additionally, safe guards are in place to protect against prototype poisoning. | ||
## Contribute | ||
@@ -130,1 +137,5 @@ | ||
[identifier]: https://github.com/syntax-tree/mdast#association | ||
[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting | ||
[hast]: https://github.com/syntax-tree/hast |
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
7816
140