Socket
Socket
Sign inDemoInstall

mdast-util-to-hast

Package Overview
Dependencies
Maintainers
2
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 8.2.0 to 9.0.0

types/index.d.ts

20

package.json
{
"name": "mdast-util-to-hast",
"version": "8.2.0",
"version": "9.0.0",
"description": "mdast utility to transform to hast",

@@ -29,8 +29,11 @@ "license": "MIT",

"lib",
"index.js"
"index.js",
"types/index.d.ts"
],
"types": "types/index.d.ts",
"dependencies": {
"@types/mdast": "^3.0.0",
"collapse-white-space": "^1.0.0",
"detab": "^2.0.0",
"mdast-util-definitions": "^2.0.0",
"mdast-util-definitions": "^3.0.0",
"mdurl": "^1.0.0",

@@ -45,2 +48,3 @@ "trim-lines": "^1.0.0",

"browserify": "^16.0.0",
"dtslint": "^3.0.0",
"nyc": "^15.0.0",

@@ -50,8 +54,8 @@ "prettier": "^2.0.0",

"remark-preset-wooorm": "^7.0.0",
"tape": "^4.0.0",
"tape": "^5.0.0",
"tinyify": "^2.0.0",
"xo": "^0.28.0"
"xo": "^0.30.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"format": "remark . -qfo && prettier --write . && xo --fix",
"build-bundle": "browserify index.js -s mdastUtilToHast > mdast-util-to-hast.js",

@@ -62,3 +66,4 @@ "build-mangle": "browserify index.js -s mdastUtilToHast -p tinyify > mdast-util-to-hast.min.js",

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

@@ -83,2 +88,3 @@ "nyc": {

"ignores": [
"**/*.ts",
"mdast-util-to-hast.js"

@@ -85,0 +91,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