markdownlint-cli2
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -29,3 +29,3 @@ #!/usr/bin/env node | ||
const packageName = "markdownlint-cli2"; | ||
const packageVersion = "0.9.1"; | ||
const packageVersion = "0.9.2"; | ||
const libraryName = "markdownlint"; | ||
@@ -32,0 +32,0 @@ const libraryVersion = markdownlintLibrary.getVersion(); |
{ | ||
"name": "markdownlint-cli2", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the `markdownlint` library", | ||
@@ -45,3 +45,2 @@ "author": { | ||
"test-watch": "git ls-files | entr npm run test", | ||
"update-shrinkwrap": "del-cli node_modules npm-shrinkwrap.json && npm install --omit=dev --omit=optional --omit=peer && npm shrinkwrap && npm install --no-package-lock", | ||
"update-snapshots": "ava --timeout=1m --update-snapshots test/markdownlint-cli2-test-exec.js test/markdownlint-cli2-test-fs.js test/markdownlint-cli2-test-main.js", | ||
@@ -63,3 +62,2 @@ "upgrade": "npx --yes npm-check-updates --upgrade", | ||
"merge-options.js", | ||
"npm-shrinkwrap.json", | ||
"resolve-and-require.js" | ||
@@ -81,3 +79,2 @@ ], | ||
"del": "7.0.0", | ||
"del-cli": "5.0.1", | ||
"eslint": "8.47.0", | ||
@@ -84,0 +81,0 @@ "eslint-plugin-n": "16.0.2", |
@@ -170,3 +170,3 @@ # markdownlint-cli2 | ||
```bash | ||
docker run -v $PWD:/workdir davidanson/markdownlint-cli2:v0.9.1 "**/*.md" "#node_modules" | ||
docker run -v $PWD:/workdir davidanson/markdownlint-cli2:v0.9.2 "**/*.md" "#node_modules" | ||
``` | ||
@@ -188,3 +188,3 @@ | ||
```bash | ||
docker run -w /myfolder -v $PWD:/myfolder davidanson/markdownlint-cli2:v0.9.1 "**/*.md" "#node_modules" | ||
docker run -w /myfolder -v $PWD:/myfolder davidanson/markdownlint-cli2:v0.9.2 "**/*.md" "#node_modules" | ||
``` | ||
@@ -198,3 +198,3 @@ | ||
> ```bash | ||
> docker run -v $PWD:/workdir --entrypoint="markdownlint-cli2-fix" davidanson/markdownlint-cli2:v0.9.1 "**/*.md" "#node_modules" | ||
> docker run -v $PWD:/workdir --entrypoint="markdownlint-cli2-fix" davidanson/markdownlint-cli2:v0.9.2 "**/*.md" "#node_modules" | ||
> ``` | ||
@@ -418,3 +418,3 @@ | ||
- repo: https://github.com/DavidAnson/markdownlint-cli2 | ||
rev: v0.9.1 | ||
rev: v0.9.2 | ||
hooks: | ||
@@ -421,0 +421,0 @@ - id: markdownlint-cli2 |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
Found 1 instance in 1 package
19
0
62521
11
1043
1