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

remark-lint-heading-increment

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-heading-increment - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

4

index.d.ts

@@ -5,9 +5,9 @@ export default remarkLintHeadingIncrement

declare const remarkLintHeadingIncrement: import('unified').Plugin<
| [unknown]
| void[]
| [unknown]
| [
(
| boolean
| import('unified-lint-rule').Severity
| import('unified-lint-rule').Label
| import('unified-lint-rule').Severity
),

@@ -14,0 +14,0 @@ unknown

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

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

@@ -42,0 +45,0 @@ (tree, file) => {

{
"name": "remark-lint-heading-increment",
"version": "3.0.1",
"version": "3.1.0",
"description": "remark-lint rule to warn when headings increment with more than 1 level at a time",

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