Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remark-retext

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-retext - npm Package Compare versions

Comparing version 3.1.3 to 4.0.0

25

package.json
{
"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": {

18

readme.md

@@ -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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc