New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
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.15.0

8

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

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

"devDependencies": {
"@thisisagile/easy-test": "15.14.4"
"@thisisagile/easy-test": "15.15.0"
},
"dependencies": {
"@thisisagile/easy": "^15.14.4",
"@thisisagile/easy-test-web": "^15.14.4",
"@thisisagile/easy": "^15.15.0",
"@thisisagile/easy-test-web": "^15.15.0",
"puppeteer": "^20.7.2"
}
}