linkinator
Advanced tools
Comparing version 4.1.2 to 4.1.3
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18
107519
1453
+ Addedglob@9.3.5(transitive)
+ Addedhtmlparser2@9.1.0(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedminimatch@8.0.4(transitive)
+ Addedminipass@4.2.87.1.2(transitive)
+ Addedpath-scurry@1.11.1(transitive)
- Removedglob@8.1.0(transitive)
- Removedhtmlparser2@8.0.2(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@5.1.6(transitive)
- Removedonce@1.4.0(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedglob@^9.3.2
Updatedhtmlparser2@^9.0.0