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

remark-lint-no-heading-like-paragraph

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-no-heading-like-paragraph - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

7

index.d.ts
export default remarkLintNoHeadingLikeParagraph;
export type Root = import('mdast').Root;
declare const remarkLintNoHeadingLikeParagraph: {
(config?: unknown): ((tree: import("mdast").Root, file: import("vfile").VFile, next: import("unified").TransformCallback<import("mdast").Root>) => undefined) | undefined;
readonly name: string;
};
declare const remarkLintNoHeadingLikeParagraph: import("unified-lint-rule").Plugin<Root, unknown>;
import type { Root } from 'mdast';
//# sourceMappingURL=index.d.ts.map

@@ -31,3 +31,3 @@ /**

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

@@ -60,3 +60,3 @@ *

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

@@ -63,0 +63,0 @@

{
"name": "remark-lint-no-heading-like-paragraph",
"version": "4.0.0",
"description": "remark-lint rule to for too many hashes (h7+ “headings”)",
"license": "MIT",
"keywords": [
"heading",
"lint",
"paragraph",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-heading-like-paragraph",
"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": [
"Titus Wormer <tituswormer@gmail.com>"
],
"sideEffects": false,
"type": "module",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"dependencies": {

@@ -41,9 +15,33 @@ "@types/mdast": "^4.0.0",

},
"description": "remark-lint rule to for too many hashes (h7+ “headings”)",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [
"heading",
"lint",
"paragraph",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"license": "MIT",
"name": "remark-lint-no-heading-like-paragraph",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-heading-like-paragraph",
"scripts": {},
"sideEffects": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"type": "module",
"version": "4.0.1",
"xo": {

@@ -50,0 +48,0 @@ "prettier": true,

Sorry, the diff of this file is not supported yet

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