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

markdown-link-check

Package Overview
Dependencies
Maintainers
1
Versions
65
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.8.1 to 3.8.2

4

CHANGELOG.md
# Changes
## Version 3.8.2
* update dependencies
## Version 3.8.1

@@ -4,0 +8,0 @@

16

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

@@ -37,8 +37,8 @@ "bin": {

"async": "^3.2.0",
"chalk": "^4.0.0",
"commander": "^5.0.0",
"link-check": "^4.5.0",
"markdown-link-extractor": "^1.2.3",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"link-check": "^4.5.1",
"markdown-link-extractor": "^1.2.5",
"request": "^2.88.2",
"lodash": "^4.17.15",
"lodash": "^4.17.20",
"progress": "^2.0.3"

@@ -48,4 +48,4 @@ },

"expect.js": "^0.3.1",
"mocha": "^7.1.1",
"jshint": "^2.11.0",
"mocha": "^8.1.3",
"jshint": "^2.12.0",
"express": "^4.17.1"

@@ -52,0 +52,0 @@ },

@@ -29,2 +29,6 @@ # markdown-link-check

## Run in a GitHub action
Please head on to [github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check).
## API

@@ -152,29 +156,30 @@

{
"ignorePatterns": [
{
"pattern": "^http://example.net"
}
],
"replacementPatterns": [
{
"pattern": "^.attachments",
"replacement": "file://some/conventional/folder/.attachments"
}
],
"httpHeaders": [
{
"urls": [
"https://example.com"
],
"headers": {
"Authorization": "Basic Zm9vOmJhcg==",
"Foo": "Bar"
}
}
]
}
```json
{
"ignorePatterns": [
{
"pattern": "^http://example.net"
}
],
"replacementPatterns": [
{
"pattern": "^.attachments",
"replacement": "file://some/conventional/folder/.attachments"
}
],
"httpHeaders": [
{
"urls": [
"https://example.com"
],
"headers": {
"Authorization": "Basic Zm9vOmJhcg==",
"Foo": "Bar"
}
}
]
}
```
## Testing

@@ -181,0 +186,0 @@

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