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
833
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.9.1 to 7.10.0

8

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

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

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

@@ -230,3 +230,3 @@ # easy

The `Map`, `Table` and `Collection` classes have a property called `db` that represents the database to connect to. This is usually an instance of the `Database` enumeration, which in its turn defines the database (and its provider) to connect to, as in the example below.
The `Map` and `Table` classes have a property called `db` that represents the database to connect to. This is usually an instance of the `Database` enumeration, which in its turn defines the database (and its provider) to connect to, as in the example below.

@@ -233,0 +233,0 @@ export class MyDatabase extends Database {

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