Socket
Socket
Sign inDemoInstall

capture-website

Package Overview
Dependencies
72
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

2

index.js

@@ -306,3 +306,3 @@ /* global document */

if (options.delay) {
await page.waitFor(options.delay * 1000);
await page.waitForTimeout(options.delay * 1000);
}

@@ -309,0 +309,0 @@

{
"name": "capture-website",
"version": "1.2.2",
"version": "1.2.3",
"description": "Capture screenshots of websites",

@@ -40,11 +40,11 @@ "license": "MIT",

"file-url": "^3.0.0",
"puppeteer": "^5.2.0",
"puppeteer": "^5.3.1",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"@types/puppeteer": "^3.0.1",
"@types/puppeteer": "^3.0.2",
"ava": "^2.4.0",
"create-test-server": "^3.0.1",
"delay": "^4.1.0",
"image-size": "^0.8.3",
"delay": "^4.4.0",
"image-size": "^0.9.1",
"is-jpg": "^2.0.0",

@@ -54,6 +54,6 @@ "is-png": "^2.0.0",

"png-js": "^1.0.0",
"tempy": "^0.5.0",
"tempy": "^1.0.0",
"tsd": "^0.13.1",
"xo": "^0.32.1"
"xo": "^0.33.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc