Socket
Socket
Sign inDemoInstall

remark-lint-no-heading-indent

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

Comparing version 1.0.4 to 2.0.0

2

index.js

@@ -52,3 +52,3 @@ /**

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

@@ -55,0 +55,0 @@ var position = require('unist-util-position')

{
"name": "remark-lint-no-heading-indent",
"version": "1.0.4",
"version": "2.0.0",
"description": "remark-lint rule to warn when headings are indented",

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