markdownlint-cli
Advanced tools
Comparing version 0.24.0 to 0.25.0
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135
18853
+ Addedcommander@6.2.1(transitive)
+ Addedget-stdin@8.0.0(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addedjsonc-parser@2.3.1(transitive)
- Removedcommander@2.9.0(transitive)
- Removeddeep-extend@0.5.1(transitive)
- Removedget-stdin@5.0.1(transitive)
- Removedgraceful-readlink@1.0.1(transitive)
- Removedjs-yaml@3.13.1(transitive)
- Removedjsonc-parser@2.2.1(transitive)
Updatedcommander@~6.2.0
Updateddeep-extend@~0.6.0
Updatedget-stdin@~8.0.0
Updatedglob@~7.1.6
Updatedignore@~5.1.8
Updatedjs-yaml@~3.14.0
Updatedjsonc-parser@~2.3.1
Updatedmarkdownlint@~0.21.1
Updatedrc@~1.2.8