Socket
Socket
Sign inDemoInstall

markdown-link-reporter

Package Overview
Dependencies
19
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

CHANGELOG.md

@@ -8,3 +8,3 @@ # Changelog

## [1.05]
## [1.06]

@@ -11,0 +11,0 @@ ### Added

@@ -33,3 +33,7 @@ "use strict";

console.log(chalk.bgRed.bold.underline("\nMarkdown Tests Failed:"));
console.log(chalk.red.bold.underline("\n" + totalBrokenLinks + " Broken Links in " + totalBrokenFiles + " Files"));
console.log(chalk.red.bold.underline("\n" + totalBrokenLinks + " Broken Link" + (totalBrokenLinks > 1
? "s"
: "") + " in " + (totalBrokenFiles > 1
? totalBrokenFiles + " Files"
: totalBrokenFiles + " File")));
process.exit(1);

@@ -36,0 +40,0 @@ }

{
"name": "markdown-link-reporter",
"version": "1.0.5",
"version": "1.0.6",
"description": "A module for finding broken local markdown links.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc