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

remark-lint-maximum-heading-length

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

remark-lint-maximum-heading-length - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

2

index.d.ts

@@ -10,4 +10,4 @@ export default remarkLintMaximumHeadingLength

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

@@ -14,0 +14,0 @@ number | undefined

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

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

@@ -45,0 +48,0 @@ (tree, file, option = 60) => {

{
"name": "remark-lint-maximum-heading-length",
"version": "3.0.1",
"version": "3.1.0",
"description": "remark-lint rule to warn when headings are too long",

@@ -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