New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

puppeteer-extra-plugin-auto-scroll

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-extra-plugin-auto-scroll - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "puppeteer-extra-plugin-auto-scroll",
"description": "A auto scroll plugin for puppeteer-extra",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.js",

@@ -6,0 +6,0 @@ "module": "src/index.js",

@@ -20,3 +20,3 @@ const { PuppeteerExtraPlugin } = require('puppeteer-extra-plugin');

await this.evaluate(
await runAutoScroll(id, distance || 100, interval || 1000)
await this.runAutoScroll(id, distance || 100, interval || 1000)
);

@@ -23,0 +23,0 @@ }

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