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

markdownlint-cli

Package Overview
Dependencies
Maintainers
3
Versions
58
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.24.0 to 0.25.0

31

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

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

"dependencies": {
"commander": "~2.9.0",
"deep-extend": "~0.5.1",
"get-stdin": "~5.0.1",
"glob": "~7.1.2",
"ignore": "~5.1.4",
"js-yaml": "~3.13.1",
"jsonc-parser": "~2.2.0",
"commander": "~6.2.0",
"deep-extend": "~0.6.0",
"get-stdin": "~8.0.0",
"glob": "~7.1.6",
"ignore": "~5.1.8",
"js-yaml": "~3.14.0",
"jsonc-parser": "~2.3.1",
"lodash.differencewith": "~4.5.0",
"lodash.flatten": "~4.4.0",
"markdownlint": "~0.21.0",
"markdownlint": "~0.21.1",
"markdownlint-rule-helpers": "~0.12.0",
"minimatch": "~3.0.4",
"minimist": "~1.2.5",
"rc": "~1.2.7"
"rc": "~1.2.8"
},
"devDependencies": {
"ava": "^3.8.1",
"execa": "^2.0.4",
"husky": "^3.0.4",
"ava": "^3.13.0",
"execa": "^4.1.0",
"husky": "^4.3.0",
"tap-growl": "^3.0.0",
"test-rule-package": "./test/custom-rules/test-rule-package",
"xo": "^0.33.1"
"xo": "^0.34.2"
},

@@ -71,3 +71,4 @@ "xo": {

"promise/prefer-await-to-then": 0,
"object-shorthand": 0
"object-shorthand": 0,
"unicorn/prefer-ternary": 0
}

@@ -74,0 +75,0 @@ },

@@ -1,3 +0,5 @@

# markdownlint-cli [![Travis CI Build Status][travis-badge]][travis-url] [![AppVeyor CI Build Status][appveyor-badge]][appveyor-url]
# markdownlint-cli
[![GitHub Actions Build Status][actions-badge]][actions-url]
> Command Line Interface for [MarkdownLint][markdownlint]

@@ -11,2 +13,8 @@

On macOS you can install via [Homebrew](https://brew.sh/):
```bash
brew install markdownlint-cli
```
## Usage

@@ -115,8 +123,5 @@

[travis-badge]: https://img.shields.io/travis/igorshubovych/markdownlint-cli/master.svg?label=linux
[travis-url]: https://travis-ci.org/igorshubovych/markdownlint-cli
[actions-badge]: https://github.com/igorshubovych/markdownlint-cli/workflows/CI/badge.svg?branch=master
[actions-url]: https://github.com/igorshubovych/markdownlint-cli/actions?query=workflow%3ACI
[appveyor-badge]: https://img.shields.io/appveyor/ci/igorshubovych/markdownlint-cli/master.svg?label=windows
[appveyor-url]: https://ci.appveyor.com/project/igorshubovych/markdownlint-cli
[markdownlint]: https://github.com/DavidAnson/markdownlint

@@ -123,0 +128,0 @@ [rules]: https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md

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