markdown-link-check
Advanced tools
Comparing version 3.8.1 to 3.8.2
# Changes | ||
## Version 3.8.2 | ||
* update dependencies | ||
## Version 3.8.1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
190
19203
+ Addedcommander@6.2.1(transitive)
- Removedcommander@5.1.0(transitive)
Updatedchalk@^4.1.0
Updatedcommander@^6.1.0
Updatedlink-check@^4.5.1
Updatedlodash@^4.17.20