Socket
Socket
Sign inDemoInstall

puppeteer-extra-plugin-minmax

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-extra-plugin-minmax - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

package.json
{
"name": "puppeteer-extra-plugin-minmax",
"version": "1.1.1",
"version": "1.1.2",
"description": "Minimize/maximize puppeteer browsers in real time!",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,3 @@ # Minimize and Maximize Puppeteer Browsers!

```bash
yarn add puppeteer-extra-minmax
yarn add puppeteer-extra-plugin-minmax
```

@@ -15,3 +15,3 @@

const puppeteer = require("puppeteer-extra");
puppeteer.use(require("puppeteer-extra-minmax")());
puppeteer.use(require("puppeteer-extra-plugin-minmax")());

@@ -18,0 +18,0 @@ async function test() {

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