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.1 to 8.0.2

5

index.js

@@ -34,2 +34,3 @@ 'use strict'

var parse = url.parse
var format = url.format

@@ -300,2 +301,6 @@ var viewPaths = {

// Drop `?search`
uri.search = ''
link = format(uri)
if (!fileSet && (uri.hostname || uri.pathname)) {

@@ -302,0 +307,0 @@ return

2

package.json
{
"name": "remark-validate-links",
"version": "8.0.1",
"version": "8.0.2",
"description": "Validate links to headings and files in markdown",

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

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