🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

remark-lint-no-undefined-references

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-no-undefined-references - npm Package Compare versions

Comparing version

to
5.0.1

8

index.d.ts
export default remarkLintNoUndefinedReferences;
export type Nodes = import('mdast').Nodes;
export type Root = import('mdast').Root;
/**

@@ -18,6 +16,4 @@ * Configuration.

};
declare const remarkLintNoUndefinedReferences: {
(config?: import("../../node_modules/unified-lint-rule/lib/index.js").Label | import("../../node_modules/unified-lint-rule/lib/index.js").Severity | Readonly<Options> | [level: import("../../node_modules/unified-lint-rule/lib/index.js").Label | import("../../node_modules/unified-lint-rule/lib/index.js").Severity, option?: Readonly<Options> | null | undefined] | null | undefined): ((tree: import("mdast").Root, file: import("vfile").VFile, next: import("unified").TransformCallback<import("mdast").Root>) => undefined) | undefined;
readonly name: string;
};
declare const remarkLintNoUndefinedReferences: import("unified-lint-rule").Plugin<Root, Readonly<Options> | null | undefined>;
import type { Root } from 'mdast';
//# sourceMappingURL=index.d.ts.map

@@ -68,3 +68,3 @@ /**

* @author Titus Wormer
* @copyright 2016 Titus Wormer
* @copyright Titus Wormer
* @license MIT

@@ -169,4 +169,3 @@ *

/**
* @typedef {import('mdast').Nodes} Nodes
* @typedef {import('mdast').Root} Root
* @import {Nodes, Root} from 'mdast'
*/

@@ -173,0 +172,0 @@

{
"name": "remark-lint-no-undefined-references",
"version": "5.0.0",
"description": "remark-lint rule to warn when references to undefined definitions are found",
"license": "MIT",
"keywords": [
"definition",
"lint",
"reference",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-undefined-references",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [

@@ -27,10 +9,2 @@ "Merlijn Vos <merlijn@soverin.net>",

],
"sideEffects": false,
"type": "module",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"dependencies": {

@@ -46,9 +20,33 @@ "@types/mdast": "^4.0.0",

},
"description": "remark-lint rule to warn when references to undefined definitions are found",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [
"definition",
"lint",
"reference",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"license": "MIT",
"name": "remark-lint-no-undefined-references",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-undefined-references",
"scripts": {},
"sideEffects": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"type": "module",
"version": "5.0.1",
"xo": {

@@ -55,0 +53,0 @@ "prettier": true,

Sorry, the diff of this file is not supported yet