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

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.1.2 to 4.1.3

11

index.d.ts

@@ -5,14 +5,5 @@ export default remarkLintNoConsecutiveBlankLines

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

2

index.js

@@ -116,3 +116,3 @@ /**

* @param {Point} end
* @param {0|1|2} max
* @param {0 | 1 | 2} max
*/

@@ -119,0 +119,0 @@ function compare(start, end, max) {

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

@@ -46,5 +46,3 @@ "license": "MIT",

},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
},
"scripts": {},
"xo": false,

@@ -51,0 +49,0 @@ "typeCoverage": {

@@ -60,13 +60,13 @@ <!--This file is generated-->

In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoConsecutiveBlankLines from 'https://cdn.skypack.dev/remark-lint-no-consecutive-blank-lines@4?dts'
import remarkLintNoConsecutiveBlankLines from 'https://esm.sh/remark-lint-no-consecutive-blank-lines@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoConsecutiveBlankLines from 'https://cdn.skypack.dev/remark-lint-no-consecutive-blank-lines@4?min'
import remarkLintNoConsecutiveBlankLines from 'https://esm.sh/remark-lint-no-consecutive-blank-lines@4?bundle'
</script>

@@ -241,3 +241,3 @@ ```

[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh

@@ -244,0 +244,0 @@ [npm]: https://docs.npmjs.com/cli/install

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