Socket
Socket
Sign inDemoInstall

markdownlint-cli

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdownlint-cli - npm Package Compare versions

Comparing version 0.37.0 to 0.38.0

14

package.json
{
"name": "markdownlint-cli",
"version": "0.37.0",
"version": "0.38.0",
"description": "MarkdownLint Command Line Interface",

@@ -10,3 +10,3 @@ "main": "markdownlint.js",

"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -41,9 +41,9 @@ "scripts": {

"dependencies": {
"commander": "~11.0.0",
"commander": "~11.1.0",
"get-stdin": "~9.0.0",
"glob": "~10.3.4",
"ignore": "~5.2.4",
"glob": "~10.3.10",
"ignore": "~5.3.0",
"js-yaml": "^4.1.0",
"jsonc-parser": "~3.2.0",
"markdownlint": "~0.31.1",
"markdownlint": "~0.32.1",
"minimatch": "~9.0.3",

@@ -53,3 +53,3 @@ "run-con": "~1.3.2"

"devDependencies": {
"ava": "^5.3.1",
"ava": "^6.0.1",
"execa": "^8.0.1",

@@ -56,0 +56,0 @@ "markdownlint-cli-local-test-rule": "./test/custom-rules/markdownlint-cli-local-test-rule",

@@ -116,3 +116,3 @@ # markdownlint-cli

`--enable` and `--disable` override configuration files; if a configuration file disables `MD002` and you pass `--enable MD002`, it will be enabled.
`--enable` and `--disable` override configuration files; if a configuration file disables `MD123` and you pass `--enable MD123`, it will be enabled.
If a rule is passed to both `--enable` and `--disable`, it will be disabled.

@@ -138,3 +138,3 @@

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:

@@ -141,0 +141,0 @@ - id: markdownlint

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