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

linkinator

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linkinator - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

4

build/src/options.js

@@ -50,5 +50,7 @@ import { promises as fs } from 'fs';

// The glob needs to be calculated from the serverRoot directory.
const fullPath = options.serverRoot
let fullPath = options.serverRoot
? path.join(options.serverRoot, filePath)
: filePath;
// node-glob only accepts unix style path separators as of 8.x
fullPath = fullPath.split(path.sep).join('/');
const expandedPaths = await glob(fullPath);

@@ -55,0 +57,0 @@ if (expandedPaths.length === 0) {

{
"name": "linkinator",
"description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.",
"version": "3.0.5",
"version": "3.0.6",
"license": "MIT",

@@ -29,3 +29,3 @@ "repository": "JustinBeckwith/linkinator",

"gaxios": "^5.0.0",
"glob": "^7.2.0",
"glob": "^8.0.1",
"htmlparser2": "^8.0.1",

@@ -32,0 +32,0 @@ "jsonexport": "^3.2.0",

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