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.9.0 to 3.9.1

5

CHANGELOG.md
# 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 @@

2

LICENSE.md

@@ -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

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