Socket
Socket
Sign inDemoInstall

mdast-util-gfm-strikethrough

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-gfm-strikethrough - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

11

package.json
{
"name": "mdast-util-gfm-strikethrough",
"version": "0.2.1",
"version": "0.2.2",
"description": "mdast extension to parse and serialize GFM strikethrough",

@@ -38,12 +38,13 @@ "license": "MIT",

"dependencies": {
"mdast-util-to-markdown": "^0.4.0"
"mdast-util-to-markdown": "^0.5.0"
},
"devDependencies": {
"mdast-util-from-markdown": "^0.7.0",
"mdast-util-from-markdown": "^0.8.0",
"micromark-extension-gfm-strikethrough": "^0.6.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"remark-cli": "^8.0.0",
"remark-preset-wooorm": "^7.0.0",
"remark-cli": "^9.0.0-alpha.1",
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"unist-util-remove-position": "^3.0.0",
"xo": "^0.33.0"

@@ -50,0 +51,0 @@ },

@@ -17,4 +17,4 @@ # mdast-util-gfm-strikethrough

You probably shouldn’t use this package directly, but instead use `remark-gfm`
with **[remark][]**.
You probably shouldn’t use this package directly, but instead use
[`remark-gfm`][remark-gfm] with **[remark][]**.

@@ -97,3 +97,3 @@ ## Install

— markdown processor powered by plugins
* `remarkjs/remark-gfm`
* [`remarkjs/remark-gfm`][remark-gfm]
— remark plugin to support GFM

@@ -167,2 +167,4 @@ * [`micromark/micromark`][micromark]

[remark-gfm]: https://github.com/remarkjs/remark-gfm
[from-markdown]: https://github.com/syntax-tree/mdast-util-from-markdown

@@ -169,0 +171,0 @@

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