New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mdast-util-directive

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdast-util-directive - npm Package Compare versions

Comparing version

to
2.1.2

1

index.d.ts

@@ -6,2 +6,3 @@ /** @type {FromMarkdownExtension} */

export type BlockContent = import('mdast').BlockContent
export type Root = import('mdast').Root
export type Paragraph = import('mdast').Paragraph

@@ -8,0 +9,0 @@ export type FromMarkdownHandle = import('mdast-util-from-markdown').Handle

3

index.js
/**
* @typedef {import('mdast').BlockContent} BlockContent
* @typedef {import('mdast').Root} Root
* @typedef {import('mdast').Paragraph} Paragraph

@@ -393,3 +394,3 @@ * @typedef {import('mdast-util-from-markdown').Handle} FromMarkdownHandle

/** @type {import('unist-util-visit-parents').Visitor<Directive>} */
/** @type {import('unist-util-visit-parents/complex-types').BuildVisitor<Root, Directive>} */
function onvisit(_, parents) {

@@ -396,0 +397,0 @@ let index = parents.length

{
"name": "mdast-util-directive",
"version": "2.1.1",
"version": "2.1.2",
"description": "mdast extension to parse and serialize generic directives (`:cite[smith04]`)",

@@ -40,2 +40,3 @@ "license": "MIT",

"@types/mdast": "^3.0.0",
"@types/unist": "^2.0.0",
"mdast-util-to-markdown": "^1.0.0",

@@ -59,3 +60,3 @@ "parse-entities": "^3.0.0",

"unist-util-remove-position": "^4.0.0",
"xo": "^0.44.0"
"xo": "^0.46.0"
},

@@ -62,0 +63,0 @@ "scripts": {