capture-website
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -351,3 +351,3 @@ /* global document */ | ||
// Some extra delay to let images load | ||
await page.waitForFunction(imagesHaveLoaded, {timeout: 60}); | ||
await page.waitForFunction(imagesHaveLoaded, {timeout: timeoutInSeconds}); | ||
} | ||
@@ -354,0 +354,0 @@ |
{ | ||
"name": "capture-website", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Capture screenshots of websites", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
33026