Socket
Socket
Sign inDemoInstall

remark-validate-links

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-validate-links - npm Package Compare versions

Comparing version 12.0.0 to 12.1.0

7

lib/check/validate.js

@@ -130,4 +130,9 @@ /**

while (++index < reference.nodes.length) {
reference.file.message(reason, reference.nodes[index], origin)
const message = reference.file.message(
reason,
reference.nodes[index],
origin
)
message.url = 'https://github.com/remarkjs/remark-validate-links#readme'
}
}

4

package.json
{
"name": "remark-validate-links",
"version": "12.0.0",
"version": "12.1.0",
"description": "remark plugin to validate links to headings and files",

@@ -78,3 +78,3 @@ "license": "MIT",

"vfile-sort": "^3.0.0",
"xo": "^0.50.0"
"xo": "^0.52.0"
},

@@ -81,0 +81,0 @@ "scripts": {

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