Socket
Socket
Sign inDemoInstall

remark-lint-no-consecutive-blank-lines

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-no-consecutive-blank-lines - npm Package Compare versions

Comparing version 1.0.4 to 2.0.0

4

index.js

@@ -55,3 +55,3 @@ /**

var rule = require('unified-lint-rule')
var plural = require('plur')
var plural = require('pluralize')
var visit = require('unist-util-visit')

@@ -106,3 +106,3 @@ var position = require('unist-util-position')

' ' +
plural('line', lines) +
plural('line', Math.abs(lines)) +
' ' +

@@ -109,0 +109,0 @@ (diff > 0 ? 'before' : 'after') +

{
"name": "remark-lint-no-consecutive-blank-lines",
"version": "1.0.4",
"version": "2.0.0",
"description": "remark-lint rule to warn for too many consecutive blank lines",

@@ -28,9 +28,9 @@ "license": "MIT",

"dependencies": {
"plur": "^3.0.0",
"pluralize": "^8.0.0",
"unified-lint-rule": "^1.0.0",
"unist-util-generated": "^1.1.0",
"unist-util-position": "^3.0.0",
"unist-util-visit": "^1.1.1"
"unist-util-visit": "^2.0.0"
},
"xo": false
}

@@ -31,4 +31,4 @@ <!--This file is generated-->

| Preset | Setting |
| ------ | ------- |
| [`remark-preset-lint-markdown-style-guide`](https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide) | |
| - | - |
| [`remark-preset-lint-markdown-style-guide`](https://github.com/remarkjs/remark-lint/tree/master/packages/remark-preset-lint-markdown-style-guide) | |

@@ -35,0 +35,0 @@ ## Example

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