Socket
Socket
Sign inDemoInstall

mdast-util-to-hast

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.5.0 to 3.0.0

5

lib/handlers/footnote.js

@@ -28,3 +28,6 @@ 'use strict';

identifier: identifier,
children: node.children,
children: [{
type: 'paragraph',
children: node.children
}],
position: node.position

@@ -31,0 +34,0 @@ });

4

package.json
{
"name": "mdast-util-to-hast",
"version": "2.5.0",
"version": "3.0.0",
"description": "Transform MDAST to HAST",

@@ -38,3 +38,3 @@ "license": "MIT",

"nyc": "^11.0.0",
"remark-cli": "^3.0.0",
"remark-cli": "^4.0.0",
"remark-preset-wooorm": "^3.0.0",

@@ -41,0 +41,0 @@ "tape": "^4.0.0",

@@ -100,2 +100,10 @@ # mdast-util-to-hast [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]

## Contribute
See [`contribute.md` in `syntax-tree/mdast`][contribute] for ways to get
started.
This organisation has a [Code of Conduct][coc]. By interacting with this
repository, organisation, or community you agree to abide by its terms.
## License

@@ -134,1 +142,5 @@

[remark-rehype]: https://github.com/wooorm/remark-rehype
[contribute]: https://github.com/syntax-tree/mdast/blob/master/contributing.md
[coc]: https://github.com/syntax-tree/mdast/blob/master/code-of-conduct.md
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