Socket
Socket
Sign inDemoInstall

remark-validate-links

Package Overview
Dependencies
Maintainers
5
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 8.0.0 to 8.0.1

4

index.js

@@ -223,3 +223,3 @@ 'use strict'

if ((real === undefined || real === null) && !hash && fs) {
real = fs.existsSync(reference)
real = fs.existsSync(path.join(file.cwd, decodeURI(reference)))
references[reference] = real

@@ -241,3 +241,3 @@ }

} else {
warning = 'Link to unknown file: `' + reference + '`'
warning = 'Link to unknown file: `' + decodeURI(reference) + '`'
ruleId = fileRuleId

@@ -244,0 +244,0 @@ }

{
"name": "remark-validate-links",
"version": "8.0.0",
"version": "8.0.1",
"description": "Validate links to headings and files in markdown",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -10,4 +10,4 @@ # remark-validate-links

[**remark**][remark] plugin to validate if internal links or images to headings
and files in markdown point to existing things.
[**remark**][remark] plugin to validate that Markdown links and images
reference existing local files and headings.
It does not check external URLs (see [`remark-lint-no-dead-urls`][no-dead-urls]

@@ -14,0 +14,0 @@ for that).

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