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

mdast-util-from-markdown

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-from-markdown - npm Package Compare versions

Comparing version 0.7.1 to 0.8.0

types/index.d.ts

17

package.json
{
"name": "mdast-util-from-markdown",
"version": "0.7.1",
"version": "0.8.0",
"description": "mdast utility to parse markdown",

@@ -30,15 +30,19 @@ "license": "MIT",

"files": [
"index.js"
"index.js",
"types/index.d.ts"
],
"types": "types",
"dependencies": {
"@types/mdast": "^3.0.0",
"mdast-util-to-string": "^1.0.0",
"micromark": "~2.9.0",
"micromark": "~2.10.0",
"parse-entities": "^2.0.0"
},
"devDependencies": {
"browserify": "^16.0.0",
"browserify": "^17.0.0",
"commonmark.json": "^0.29.0",
"dtslint": "^4.0.0",
"gzip-size-cli": "^3.0.0",
"hast-util-to-html": "^7.0.0",
"mdast-util-to-hast": "^9.0.0",
"mdast-util-to-hast": "^10.0.0",
"nyc": "^15.0.0",

@@ -61,3 +65,4 @@ "prettier": "^2.0.0",

"test-coverage": "nyc --reporter lcov tape test/index.js",
"test": "npm run format && npm run generate && npm run test-coverage"
"test-types": "dtslint types",
"test": "npm run format && npm run generate && npm run test-coverage && npm run test-types"
},

@@ -64,0 +69,0 @@ "nyc": {

@@ -110,2 +110,4 @@ # mdast-util-from-markdown

— parse GFM task list items
* [`syntax-tree/mdast-util-math`](https://github.com/syntax-tree/mdast-util-math)
— parse math

@@ -112,0 +114,0 @@ ## Security

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