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 4.1.2 to 4.1.3

4

build/src/options.js
import { promises as fs } from 'fs';
import util from 'util';
import path from 'path';
import globby from 'glob';
const glob = util.promisify(globby);
import glob from 'glob';
/**

@@ -7,0 +5,0 @@ * Validate the provided flags all work with each other.

@@ -12,3 +12,3 @@ /// <reference types="node" />

}
export declare type AsyncFunction = () => Promise<void>;
export type AsyncFunction = () => Promise<void>;
export declare class Queue extends EventEmitter {

@@ -15,0 +15,0 @@ private q;

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

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

"gaxios": "^5.0.0",
"glob": "^8.0.1",
"htmlparser2": "^8.0.1",
"glob": "^9.3.2",
"htmlparser2": "^9.0.0",
"marked": "^4.0.3",

@@ -40,3 +40,2 @@ "meow": "^11.0.0",

"@types/escape-html": "^1.0.1",
"@types/glob": "^8.0.0",
"@types/marked": "^4.0.0",

@@ -50,3 +49,3 @@ "@types/mime": "^3.0.0",

"codecov": "^3.8.2",
"execa": "^6.0.0",
"execa": "^7.0.0",
"gts": "^4.0.0",

@@ -56,9 +55,9 @@ "mocha": "^10.0.0",

"pkg": "^5.4.1",
"semantic-release": "^19.0.0",
"semantic-release": "^21.0.0",
"sinon": "^15.0.0",
"strip-ansi": "^7.0.1",
"typescript": "^4.4.4"
"typescript": "^5.0.0"
},
"engines": {
"node": ">=14"
"node": ">=16"
},

@@ -65,0 +64,0 @@ "files": [

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