Socket
Socket
Sign inDemoInstall

markdown-link-check

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-link-check - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

.npmignore

2

package.json
{
"name": "markdown-link-check",
"version": "3.2.0",
"version": "3.3.0",
"description": "checks the all of the hyperlinks in a markdown text to determine if they are alive or dead",

@@ -5,0 +5,0 @@ "bin": {

@@ -17,2 +17,14 @@ # markdown-link-check

---
## Run using Docker
Build a Docker image:
docker build --tag markdown-link-check .
Pipe your `README.md` file to `docker run`:
docker run --rm -i markdown-link-check < README.md
## API

@@ -75,3 +87,3 @@

find . -name \*.md -exec echo "File: {}" \; -exec markdown-link-check {} \;
find . -name \*.md -exec markdown-link-check {} \;

@@ -78,0 +90,0 @@ #### Check links from standard input

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