linkinator
Advanced tools
Comparing version 1.8.2 to 2.0.0
{ | ||
"name": "linkinator", | ||
"description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.", | ||
"version": "1.8.2", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
@@ -38,3 +38,3 @@ "repository": "JustinBeckwith/linkinator", | ||
"@types/meow": "^5.0.0", | ||
"@types/mocha": "^5.2.7", | ||
"@types/mocha": "^7.0.0", | ||
"@types/node": "^12.7.12", | ||
@@ -51,5 +51,5 @@ "@types/serve-static": "^1.13.3", | ||
"gts": "^1.1.0", | ||
"mocha": "^6.2.1", | ||
"mocha": "^7.0.0", | ||
"nock": "^11.4.0", | ||
"semantic-release": "^15.13.24", | ||
"semantic-release": "^17.0.0", | ||
"sinon": "^8.0.0", | ||
@@ -60,3 +60,3 @@ "source-map-support": "^0.5.13", | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=10" | ||
}, | ||
@@ -82,3 +82,9 @@ "files": [ | ||
] | ||
}, | ||
"mocha": { | ||
"check-leaks": true, | ||
"timeout": 10000, | ||
"throw-deprecation": true, | ||
"require": "source-map-support/register" | ||
} | ||
} |
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
46719
96986