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

@thisisagile/easy-puppeteer

Package Overview
Dependencies
Maintainers
4
Versions
823
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thisisagile/easy-puppeteer - npm Package Compare versions

Comparing version 7.7.5 to 7.7.6

8

package.json
{
"name": "@thisisagile/easy-puppeteer",
"version": "7.7.5",
"version": "7.7.6",
"description": "Straightforward wrapper library for Puppeteer web testing framework",

@@ -37,9 +37,9 @@ "author": "Sander Hoogendoorn",

"devDependencies": {
"@thisisagile/easy-test": "7.7.5"
"@thisisagile/easy-test": "7.7.6"
},
"dependencies": {
"@thisisagile/easy": "7.7.5",
"@thisisagile/easy-test-web": "7.7.5",
"@thisisagile/easy": "7.7.6",
"@thisisagile/easy-test-web": "7.7.6",
"puppeteer": "^10.1.0"
}
}

@@ -14,3 +14,3 @@ import { PuppeteerElement } from './PuppeteerElement';

/* istanbul ignore next */
static launch = (headless: boolean) : Promise<Browser> => puppeteer.launch({ headless, args: ['--no-sandbox', '--start-maximized'] });
static launch = (headless: boolean): Promise<Browser> => puppeteer.launch({ headless, args: ['--no-sandbox', '--start-maximized'] });

@@ -17,0 +17,0 @@ /* istanbul ignore next */

Sorry, the diff of this file is not supported yet

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