remark-retext
Advanced tools
Comparing version 3.1.3 to 4.0.0
{ | ||
"name": "remark-retext", | ||
"version": "3.1.3", | ||
"version": "4.0.0", | ||
"description": "remark plugin to transform to retext", | ||
@@ -9,2 +9,3 @@ "license": "MIT", | ||
"remark", | ||
"remark-plugin", | ||
"retext", | ||
@@ -20,2 +21,6 @@ "plugin", | ||
"bugs": "https://github.com/remarkjs/remark-retext/issues", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
@@ -29,12 +34,12 @@ "contributors": [ | ||
"dependencies": { | ||
"mdast-util-to-nlcst": "^3.2.0" | ||
"mdast-util-to-nlcst": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^16.0.0", | ||
"nyc": "^14.0.0", | ||
"prettier": "^1.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-parse": "^6.0.0", | ||
"remark-preset-wooorm": "^5.0.0", | ||
"remark-stringify": "^6.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^2.0.0", | ||
"remark-cli": "^7.0.0", | ||
"remark-parse": "^7.0.0", | ||
"remark-preset-wooorm": "^6.0.0", | ||
"remark-stringify": "^7.0.0", | ||
"retext-english": "^3.0.0", | ||
@@ -44,4 +49,4 @@ "retext-stringify": "^2.0.0", | ||
"tinyify": "^2.0.0", | ||
"unified": "^7.0.0", | ||
"xo": "^0.24.0" | ||
"unified": "^8.0.0", | ||
"xo": "^0.28.0" | ||
}, | ||
@@ -48,0 +53,0 @@ "scripts": { |
@@ -87,6 +87,12 @@ # remark-retext | ||
## Security | ||
Use of `remark-retext` does not involve [**rehype**][rehype] ([**hast**][hast]) | ||
or user content so there are no openings for [cross-site scripting (XSS)][xss] | ||
attacks. | ||
## Related | ||
* [`rehype-retext`](https://github.com/rehypejs/rehype-retext) | ||
— Transform HTML ([hast][]) to natural language [nlcst][] | ||
— Transform HTML ([hast][]) to natural language ([nlcst][]) | ||
* [`remark-rehype`](https://github.com/remarkjs/remark-rehype) | ||
@@ -105,4 +111,4 @@ — Transform Markdown ([mdast][]) to HTML ([hast][]) | ||
This project has a [Code of Conduct][coc]. | ||
By interacting with this repository, organisation, or community you agree to | ||
This project has a [code of conduct][coc]. | ||
By interacting with this repository, organization, or community you agree to | ||
abide by its terms. | ||
@@ -138,3 +144,3 @@ | ||
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg | ||
[chat-badge]: https://img.shields.io/badge/chat-spectrum-7b16ff.svg | ||
@@ -178,1 +184,5 @@ [chat]: https://spectrum.chat/unified/remark | ||
[to-nlcst]: https://github.com/syntax-tree/mdast-util-to-nlcst | ||
[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting | ||
[rehype]: https://github.com/rehypejs/rehype |
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
9130
185
+ Addedmdast-util-to-nlcst@4.0.1(transitive)
+ Addedvfile-location@3.2.0(transitive)
- Removedmdast-util-to-nlcst@3.2.3(transitive)
- Removedvfile-location@2.0.6(transitive)
Updatedmdast-util-to-nlcst@^4.0.0