href-checker
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "href-checker", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Hyperlink checker for HTML pages which checks href attributes by actually visiting linked pages and also checking existence of URL fragments.", | ||
@@ -31,9 +31,9 @@ "keywords": [ | ||
"dependencies": { | ||
"puppeteer": "^4.0.1", | ||
"puppeteer": "^5.2.1", | ||
"sade": "^1.7.3" | ||
}, | ||
"devDependencies": { | ||
"@types/puppeteer": "^3.0.0", | ||
"@types/puppeteer": "^3.0.1", | ||
"@types/sade": "^1.7.2", | ||
"typescript": "^3.9.5" | ||
"typescript": "^3.9.7" | ||
}, | ||
@@ -40,0 +40,0 @@ "engines": { |
@@ -44,6 +44,4 @@ # href-checker | ||
The package is available as an ES module. | ||
```js | ||
import { checkLinks } from "href-checker"; | ||
const { checkLinks } = require("href-checker"); | ||
@@ -50,0 +48,0 @@ for await (const result of checkLinks(url, options)) { |
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
14537
85
+ Addeddevtools-protocol@0.0.818844(transitive)
+ Addedfind-up@4.1.0(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedpkg-dir@4.2.0(transitive)
+ Addedpuppeteer@5.5.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
- Removedmime@2.6.0(transitive)
- Removedmitt@2.1.0(transitive)
- Removedpuppeteer@4.0.1(transitive)
Updatedpuppeteer@^5.2.1