Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remark-lint-no-multiple-toplevel-headings

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-no-multiple-toplevel-headings - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

6

index.d.ts

@@ -8,2 +8,4 @@ export default remarkLintNoMultipleToplevelHeadings

| [
| import('unified-lint-rule').Severity
| import('unified-lint-rule').Label
| 3

@@ -13,4 +15,2 @@ | 4

| 6
| import('unified-lint-rule').Label
| import('unified-lint-rule').Severity
| undefined

@@ -21,4 +21,4 @@ ]

| boolean
| import('unified-lint-rule').Severity
| import('unified-lint-rule').Label
| import('unified-lint-rule').Severity
),

@@ -25,0 +25,0 @@ 1 | 2 | 3 | 4 | 5 | 6 | undefined

@@ -44,3 +44,6 @@ /**

const remarkLintNoMultipleToplevelHeadings = lintRule(
'remark-lint:no-multiple-toplevel-headings',
{
origin: 'remark-lint:no-multiple-toplevel-headings',
url: 'https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-multiple-toplevel-headings#readme'
},
/** @type {import('unified-lint-rule').Rule<Root, Options>} */

@@ -47,0 +50,0 @@ (tree, file, option = 1) => {

{
"name": "remark-lint-no-multiple-toplevel-headings",
"version": "3.0.1",
"version": "3.1.0",
"description": "remark-lint rule to warn when multiple top level headings are used",

@@ -5,0 +5,0 @@ "license": "MIT",

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