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

mdast-util-to-nlcst

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-to-nlcst - npm Package Compare versions

Comparing version 3.2.3 to 4.0.0

30

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