Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

link-check

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

link-check - npm Package Compare versions

Comparing version 4.3.2 to 4.3.3

2

lib/proto/file.js

@@ -13,3 +13,3 @@ "use strict";

if (!path.isAbsolute(filepath)) {
const basepath = url.parse(opts.baseUrl, false, true).path || processModule.cwd();
const basepath = decodeURI(url.parse(opts.baseUrl, false, true).path) || processModule.cwd();
filepath = path.resolve(basepath, filepath);

@@ -16,0 +16,0 @@ }

{
"name": "link-check",
"version": "4.3.2",
"version": "4.3.3",
"description": "checks whether a hyperlink is alive (200 OK) or dead",

@@ -38,3 +38,3 @@ "main": "index.js",

"expect.js": "^0.3.1",
"express": "^4.16.1",
"express": "^4.16.2",
"jshint": "^2.9.5",

@@ -41,0 +41,0 @@ "mocha": "^4.0.1"

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