markdown-link-check
Advanced tools
Comparing version 3.9.0 to 3.9.1
# Changes | ||
## Version 3.9.1 | ||
* #78/#179 support multi inputs (@kenji-miyake) | ||
* #181 Update marked and markdown-link-extractor dependencies | ||
## Version 3.9.0 | ||
@@ -4,0 +9,0 @@ |
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2016, 2017, 2018, 2019 Thomas Cort <linuxgeek@gmail.com> | ||
Copyright (c) 2016-2022 Thomas Cort <linuxgeek@gmail.com> | ||
@@ -3,0 +3,0 @@ Permission to use, copy, modify, and distribute this software for any |
{ | ||
"name": "markdown-link-check", | ||
"version": "3.9.0", | ||
"version": "3.9.1", | ||
"description": "checks the all of the hyperlinks in a markdown text to determine if they are alive or dead", | ||
@@ -36,8 +36,8 @@ "bin": { | ||
"dependencies": { | ||
"async": "^3.2.2", | ||
"async": "^3.2.3", | ||
"chalk": "^4.1.2", | ||
"commander": "^6.2.0", | ||
"link-check": "^5.0.1", | ||
"link-check": "^5.0.2", | ||
"lodash": "^4.17.21", | ||
"markdown-link-extractor": "^1.3.0", | ||
"markdown-link-extractor": "^1.3.1", | ||
"needle": "^3.0.0", | ||
@@ -48,8 +48,8 @@ "progress": "^2.0.3" | ||
"expect.js": "^0.3.1", | ||
"mocha": "^9.1.3", | ||
"jshint": "^2.13.1", | ||
"express": "^4.17.1" | ||
"mocha": "^9.1.4", | ||
"jshint": "^2.13.3", | ||
"express": "^4.17.2" | ||
}, | ||
"jshintConfig": { | ||
"esversion": 6, | ||
"esversion": 9, | ||
"bitwise": true, | ||
@@ -56,0 +56,0 @@ "curly": true, |
Sorry, the diff of this file is not supported yet
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
27317
Updatedasync@^3.2.3
Updatedlink-check@^5.0.2