Socket
Socket
Sign inDemoInstall

mdast-util-to-string

Package Overview
Dependencies
0
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

12

package.json
{
"name": "mdast-util-to-string",
"version": "1.0.6",
"version": "1.0.7",
"description": "Utility to get the plain text content of a node",

@@ -17,2 +17,6 @@ "license": "MIT",

"bugs": "https://github.com/syntax-tree/mdast-util-to-string/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -30,7 +34,7 @@ "contributors": [

"prettier": "^1.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.4.0",
"tinyify": "^2.0.0",
"xo": "^0.24.0"
"xo": "^0.25.0"
},

@@ -37,0 +41,0 @@ "scripts": {

@@ -48,2 +48,8 @@ # mdast-util-to-string

## Security
Use of `mdast-util-to-string` does not involve [**hast**][hast], user content,
or change the tree, so there are no openings for
[cross-site scripting (XSS)][xss] attacks.
## Related

@@ -117,1 +123,5 @@

[strip-markdown]: https://github.com/remarkjs/strip-markdown
[xss]: https://en.wikipedia.org/wiki/Cross-site_scripting
[hast]: https://github.com/syntax-tree/hast
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc