New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

markdownlint-cli

Package Overview
Dependencies
Maintainers
3
Versions
60
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.8.0 to 0.8.1

10

markdownlint.js

@@ -135,7 +135,9 @@ #!/usr/bin/env node

config: config,
files: files || [],
strings: {
stdin: stdin || ''
}
files: files || []
};
if (stdin) {
lintOptions.strings = {
stdin: stdin
};
}
var lintResult = markdownlint.sync(lintOptions);

@@ -142,0 +144,0 @@ printResult(lintResult);

2

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

@@ -5,0 +5,0 @@ "main": "markdownlint.js",

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