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.40.0 to 0.41.0

3

markdownlint.js

@@ -41,4 +41,3 @@ #!/usr/bin/env node

function tomlParse(text) {
// It is necessary to add the prototype manually because of https://github.com/BinaryMuse/toml-node/issues/55
return require('deep-extend')({}, require('toml').parse(text));
return require('smol-toml').parse(text);
}

@@ -45,0 +44,0 @@

{
"name": "markdownlint-cli",
"version": "0.40.0",
"version": "0.41.0",
"description": "MarkdownLint Command Line Interface",

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

"dependencies": {
"commander": "~12.0.0",
"commander": "~12.1.0",
"get-stdin": "~9.0.0",
"glob": "~10.3.12",
"glob": "~10.4.1",
"ignore": "~5.3.1",

@@ -51,7 +51,7 @@ "js-yaml": "^4.1.0",

"run-con": "~1.3.2",
"toml": "~3.0.0"
"smol-toml": "~1.2.0"
},
"devDependencies": {
"ava": "^6.1.2",
"execa": "^8.0.1",
"ava": "^6.1.3",
"execa": "^9.1.0",
"markdownlint-cli-local-test-rule": "./test/custom-rules/markdownlint-cli-local-test-rule",

@@ -58,0 +58,0 @@ "xo": "^0.58.0"

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

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.40.0
rev: v0.41.0
hooks:

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