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

markdownlint-cli2

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdownlint-cli2 - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

markdownlint-cli2.js

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

const packageName = "markdownlint-cli2";
const packageVersion = "0.7.0";
const packageVersion = "0.7.1";
const libraryName = "markdownlint";

@@ -31,0 +31,0 @@ const libraryVersion = markdownlintLibrary.getVersion();

{
"name": "markdownlint-cli2",
"version": "0.7.0",
"version": "0.7.1",
"description": "A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the `markdownlint` library",

@@ -65,7 +65,7 @@ "author": {

"globby": "13.1.4",
"markdownlint": "0.28.1",
"markdownlint": "0.28.2",
"markdownlint-cli2-formatter-default": "0.0.4",
"micromatch": "4.0.5",
"strip-json-comments": "5.0.0",
"yaml": "2.2.1"
"yaml": "2.2.2"
},

@@ -78,3 +78,3 @@ "devDependencies": {

"del": "7.0.0",
"eslint": "8.38.0",
"eslint": "8.39.0",
"eslint-plugin-n": "15.7.0",

@@ -81,0 +81,0 @@ "eslint-plugin-unicorn": "46.0.0",

@@ -148,3 +148,3 @@ # markdownlint-cli2

```bash
docker run -v $PWD:/workdir davidanson/markdownlint-cli2:v0.7.0 "**/*.md" "#node_modules"
docker run -v $PWD:/workdir davidanson/markdownlint-cli2:v0.7.1 "**/*.md" "#node_modules"
```

@@ -166,3 +166,3 @@

```bash
docker run -w /myfolder -v $PWD:/myfolder davidanson/markdownlint-cli2:v0.7.0 "**/*.md" "#node_modules"
docker run -w /myfolder -v $PWD:/myfolder davidanson/markdownlint-cli2:v0.7.1 "**/*.md" "#node_modules"
```

@@ -174,3 +174,3 @@

```bash
docker run -v $PWD:/workdir --entrypoint="markdownlint-cli2-fix" davidanson/markdownlint-cli2:v0.7.0 "**/*.md" "#node_modules"
docker run -v $PWD:/workdir --entrypoint="markdownlint-cli2-fix" davidanson/markdownlint-cli2:v0.7.1 "**/*.md" "#node_modules"
```

@@ -384,3 +384,3 @@

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.7.0
rev: v0.7.1
hooks:

@@ -387,0 +387,0 @@ - id: markdownlint-cli2

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