linkinator
Advanced tools
Comparing version 2.13.6 to 2.13.7
{ | ||
"name": "linkinator", | ||
"description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.", | ||
"version": "2.13.6", | ||
"version": "2.13.7", | ||
"license": "MIT", | ||
@@ -16,2 +16,3 @@ "repository": "JustinBeckwith/linkinator", | ||
"prepare": "npm run compile", | ||
"codecov": "c8 report --reporter=json && codecov -f coverage/*.json", | ||
"compile": "tsc -p .", | ||
@@ -26,3 +27,3 @@ "test": "c8 mocha build/test", | ||
"chalk": "^4.0.0", | ||
"cheerio": "^1.0.0-rc.5", | ||
"cheerio": "^1.0.0-rc.10", | ||
"escape-html": "^1.0.3", | ||
@@ -40,15 +41,16 @@ "gaxios": "^4.0.0", | ||
"@types/chai": "^4.2.7", | ||
"@types/cheerio": "0.22.24", | ||
"@types/cheerio": "0.22.29", | ||
"@types/escape-html": "^1.0.0", | ||
"@types/glob": "^7.1.3", | ||
"@types/marked": "^1.2.0", | ||
"@types/marked": "^2.0.0", | ||
"@types/meow": "^5.0.0", | ||
"@types/mime": "^2.0.3", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^12.7.12", | ||
"@types/node": "^14.0.0", | ||
"@types/server-destroy": "^1.0.0", | ||
"@types/sinon": "^9.0.0", | ||
"@types/sinon": "^10.0.0", | ||
"@types/update-notifier": "^5.0.0", | ||
"c8": "^7.0.0", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.8.1", | ||
"execa": "^5.0.0", | ||
@@ -58,5 +60,5 @@ "gts": "^3.0.0", | ||
"nock": "^13.0.0", | ||
"pkg": "^4.4.9", | ||
"semantic-release": "^17.0.0", | ||
"sinon": "^9.0.0", | ||
"pkg": "^5.0.0", | ||
"semantic-release": "^17.4.1", | ||
"sinon": "^11.0.0", | ||
"strip-ansi": "^6.0.0", | ||
@@ -63,0 +65,0 @@ "typescript": "^4.0.0" |
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
94857
24
Updatedcheerio@^1.0.0-rc.10