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.33.0 to 0.34.0

4

markdownlint.js

@@ -11,4 +11,2 @@ #!/usr/bin/env node

const program = require('commander');
const options = program.opts();
const glob = require('glob');

@@ -20,2 +18,4 @@ const markdownlint = require('markdownlint');

const options = program.opts();
function posixPath(p) {

@@ -22,0 +22,0 @@ return p.split(path.sep).join(path.posix.sep);

{
"name": "markdownlint-cli",
"version": "0.33.0",
"version": "0.34.0",
"description": "MarkdownLint Command Line Interface",

@@ -40,17 +40,17 @@ "main": "markdownlint.js",

"dependencies": {
"commander": "~9.4.1",
"commander": "~10.0.1",
"get-stdin": "~9.0.0",
"glob": "~8.0.3",
"glob": "~10.2.2",
"ignore": "~5.2.4",
"js-yaml": "^4.1.0",
"jsonc-parser": "~3.2.0",
"markdownlint": "~0.27.0",
"minimatch": "~5.1.2",
"markdownlint": "~0.28.2",
"minimatch": "~9.0.0",
"run-con": "~1.2.11"
},
"devDependencies": {
"ava": "^5.1.0",
"execa": "^6.1.0",
"test-rule-package": "./test/custom-rules/test-rule-package",
"xo": "^0.53.1"
"ava": "^5.2.0",
"execa": "^7.1.1",
"markdownlint-cli-local-test-rule": "./test/custom-rules/markdownlint-cli-local-test-rule",
"xo": "^0.54.2"
},

@@ -57,0 +57,0 @@ "xo": {

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

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.34.0
hooks:

@@ -140,0 +140,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