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 4.0.0 to 4.0.1

2

index.d.ts
export default remarkLintNoConsecutiveBlankLines
export type Root = import('mdast').Root
export type Point = import('unist').Point
declare const remarkLintNoConsecutiveBlankLines: import('unified-lint-rule/node_modules/unified').Plugin<
declare const remarkLintNoConsecutiveBlankLines: import('unified').Plugin<
| void[]

@@ -6,0 +6,0 @@ | [unknown]

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

@@ -14,3 +14,7 @@ "license": "MIT",

],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-consecutive-blank-lines",
"repository": {
"type": "git",
"url": "https://github.com/remarkjs/remark-lint",
"directory": "packages/remark-lint-no-consecutive-blank-lines"
},
"bugs": "https://github.com/remarkjs/remark-lint/issues",

@@ -17,0 +21,0 @@ "funding": {

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