Socket
Socket
Sign inDemoInstall

mdast-util-definitions

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-definitions - npm Package Compare versions

Comparing version 2.0.1 to 3.0.0

types/index.d.ts

24

package.json
{
"name": "mdast-util-definitions",
"version": "2.0.1",
"version": "3.0.0",
"description": "mdast utility to find definition nodes in a tree",

@@ -29,6 +29,9 @@ "license": "MIT",

],
"types": "types/index.d.ts",
"files": [
"types",
"index.js"
],
"dependencies": {
"@types/mdast": "^3.0.0",
"unist-util-visit": "^2.0.0"

@@ -38,13 +41,14 @@ },

"browserify": "^16.0.0",
"dtslint": "^3.0.0",
"nyc": "^15.0.0",
"prettier": "^1.0.0",
"remark": "^11.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"prettier": "^2.0.5",
"remark": "^12.0.0",
"remark-cli": "^8.0.0",
"remark-preset-wooorm": "^7.0.0",
"tape": "^5.0.0",
"tinyify": "^2.0.0",
"xo": "^0.26.0"
"xo": "^0.30.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"format": "remark . -qfo && prettier --write . && xo --fix --ignore types",
"build-bundle": "browserify . -s mdastUtilDefinitions > mdast-util-definitions.js",

@@ -55,3 +59,4 @@ "build-mangle": "browserify . -s mdastUtilDefinitions -p tinyify > mdast-util-definitions.min.js",

"test-coverage": "nyc --reporter lcov tape test.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"
},

@@ -76,2 +81,3 @@ "nyc": {

"ignore": [
"types",
"mdast-util-definitions.js"

@@ -78,0 +84,0 @@ ]

@@ -73,2 +73,7 @@ # mdast-util-definitions

## Related
* [`unist-util-index`](https://github.com/syntax-tree/unist-util-index)
— index property values or computed keys to nodes
## Contribute

@@ -75,0 +80,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