You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@thisisagile/easy-puppeteer

Package Overview
Dependencies
Maintainers
4
Versions
845
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

to
15.20.0

8

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

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

"devDependencies": {
"@thisisagile/easy-test": "15.19.0"
"@thisisagile/easy-test": "15.20.0"
},
"dependencies": {
"@thisisagile/easy": "^15.19.0",
"@thisisagile/easy-test-web": "^15.19.0",
"@thisisagile/easy": "^15.20.0",
"@thisisagile/easy-test-web": "^15.20.0",
"puppeteer": "^22.2.0"
}
}