🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

markdownlint-cli2

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdownlint-cli2 - npm Package Versions

2345

0.18.1

Diff
davidanson
published 0.18.1 •

Changelog

Source

0.18.1

  • Update dependencies (including markdownlint)
davidanson
published 0.18.0 •

Changelog

Source

0.18.0

  • Use user ID in Docker containers for security
  • Update dependencies (including markdownlint)
  • Remove support for end-of-life Node 18
davidanson
published 0.17.2 •

Changelog

Source

0.17.2

  • Update dependencies (including markdownlint)
davidanson
published 0.17.1 •

Changelog

Source

0.17.1

  • Update dependencies (including markdownlint)
davidanson
published 0.17.0 •

Changelog

Source

0.17.0

  • Convert to ECMAScript modules
  • Use import() when loading modules
  • Update dependencies (including markdownlint)
davidanson
published 0.16.0 •

Changelog

Source

0.16.0

  • Try not to use require for modules (due to Node 22.12)
  • Update dependencies (EXcluding markdownlint)
davidanson
published 0.15.0 •

Changelog

Source

0.15.0

  • Add support for stdin input via - glob
  • Add output formatter based on string templates
  • Update dependencies (including markdownlint)
davidanson
published 0.14.0 •

Changelog

Source

0.14.0

  • Handle -- parameter per POSIX convention
  • Add support for glob to gitignore configuration
  • Update dependencies (including markdownlint)
davidanson
published 0.13.0 •

Changelog

Source

0.13.0

  • Add noBanner and gitignore configuration options
  • Reduce install size by switching to js-yaml package
  • Add more detail to some error messages
  • Export JSONC/YAML parsers for reuse
  • Update dependencies (including markdownlint)
davidanson
published 0.12.1 •

Changelog

Source

0.12.1

  • Update JSONC parsing to handle trailing commas
  • Add documentation links to JSON schema
  • Update dependencies