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 2.8.0 to 2.8.1

3

build/src/index.js

@@ -123,2 +123,5 @@ "use strict";

const expandedPaths = await glob(path);
if (expandedPaths.length === 0) {
throw new Error(`The provided glob "${path}" returned 0 results. The current working directory is "${process.cwd()}".`);
}
paths.push(...expandedPaths);

@@ -125,0 +128,0 @@ }

7

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

@@ -20,3 +20,4 @@ "repository": "JustinBeckwith/linkinator",

"lint": "gts lint",
"build-binaries": "pkg . --out-path build/binaries"
"build-binaries": "pkg . --out-path build/binaries",
"docs-test": "npm link && linkinator ./README.md"
},

@@ -39,3 +40,3 @@ "dependencies": {

"@types/chai": "^4.2.7",
"@types/cheerio": "^0.22.10",
"@types/cheerio": "0.22.22",
"@types/finalhandler": "^1.1.0",

@@ -42,0 +43,0 @@ "@types/glob": "^7.1.3",

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