Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

puppeteer-html-image

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-html-image - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "puppeteer-html-image",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -28,3 +28,3 @@ import { Cluster } from "puppeteer-cluster";

// Select the specific element you want to capture
const element = await page.$(".container");
const element = await page.$("body");
if (element) {

@@ -31,0 +31,0 @@ // Get the bounding box of the element

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc