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.4 to 1.2.5

1

index.js

@@ -74,2 +74,3 @@ /* global document */

if (parent !== undefined) {
parent.scrollIntoView(true);
parent.scrollTo(offset.x, offset.y);

@@ -76,0 +77,0 @@ }

2

package.json
{
"name": "capture-website",
"version": "1.2.4",
"version": "1.2.5",
"description": "Capture screenshots of websites",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -125,3 +125,3 @@ # capture-website [![Build Status](https://travis-ci.com/sindresorhus/capture-website.svg?branch=master)](https://travis-ci.com/sindresorhus/capture-website)

Type: `string`\
Values: [Devices](https://github.com/GoogleChrome/puppeteer/blob/master/lib/DeviceDescriptors.js) *(Use the `name` property)*
Values: [Devices](https://github.com/puppeteer/puppeteer/blob/main/src/common/DeviceDescriptors.ts) *(Use the `name` property)*

@@ -128,0 +128,0 @@ Make it look like the screenshot was taken on the specified device.

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