Socket
Socket
Sign inDemoInstall

remark-lint-no-duplicate-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-duplicate-headings - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

6

index.js

@@ -9,3 +9,3 @@ /**

*
* @example {"name": "valid.md"}
* @example {"name": "ok.md"}
*

@@ -16,3 +16,3 @@ * # Foo

*
* @example {"name": "invalid.md", "label": "input"}
* @example {"name": "not-ok.md", "label": "input"}
*

@@ -25,3 +25,3 @@ * # Foo

*
* @example {"name": "invalid.md", "label": "output"}
* @example {"name": "not-ok.md", "label": "output"}
*

@@ -28,0 +28,0 @@ * 3:1-3:7: Do not use headings with similar content (1:1)

{
"name": "remark-lint-no-duplicate-headings",
"version": "1.0.4",
"version": "1.0.5",
"description": "remark-lint rule to warn on duplicate headings",

@@ -10,2 +10,3 @@ "license": "MIT",

"rule",
"remark-lint-rule",
"duplicate",

@@ -16,2 +17,6 @@ "heading"

"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)",

@@ -18,0 +23,0 @@ "contributors": [

@@ -25,3 +25,3 @@ <!--This file is generated-->

##### `valid.md`
##### `ok.md`

@@ -40,3 +40,3 @@ ###### In

##### `invalid.md`
##### `not-ok.md`

@@ -73,12 +73,12 @@ ###### In

```diff
...
"remarkConfig": {
"plugins": [
...
"lint",
+ "lint-no-duplicate-headings",
...
]
}
...
```

@@ -95,4 +95,4 @@

```diff
var remark = require('remark');
var report = require('vfile-reporter');
var remark = require('remark')
var report = require('vfile-reporter')

@@ -103,4 +103,4 @@ remark()

.process('_Emphasis_ and **importance**', function (err, file) {
console.error(report(err || file));
});
console.error(report(err || file))
})
```

@@ -114,4 +114,4 @@

This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
This project has a [code of conduct][coc].
By interacting with this repository, organization, or community you agree to
abide by its terms.

@@ -145,3 +145,3 @@

[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[chat-badge]: https://img.shields.io/badge/chat-spectrum.svg

@@ -148,0 +148,0 @@ [chat]: https://spectrum.chat/unified/remark

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