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 6.45.4 to 6.45.5

2

dist/PuppeteerTester.d.ts

@@ -14,3 +14,3 @@ import { Browser, Page } from 'puppeteer';

byId(id: string): TestElement;
byDataTestId(Id: string): TestElement;
byDataTestId(id: string): TestElement;
byName(name: string): TestElement;

@@ -17,0 +17,0 @@ by(key: string, value: string): TestElement;

@@ -33,4 +33,4 @@ "use strict";

}
byDataTestId(Id) {
return this.by('data-testid', Id);
byDataTestId(id) {
return this.by('data-testid', id);
}

@@ -37,0 +37,0 @@ byName(name) {

{
"name": "@thisisagile/easy-puppeteer",
"version": "6.45.4",
"version": "6.45.5",
"description": "Straightforward wrapper library for Puppeteer web testing framework",

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

"devDependencies": {
"@thisisagile/easy-test": "6.45.4",
"@thisisagile/easy-test": "6.45.5",
"@types/jest": "^26.0.23",

@@ -46,4 +46,4 @@ "jest": "^27.0.3",

"dependencies": {
"@thisisagile/easy": "6.45.4",
"@thisisagile/easy-test-web": "6.45.4",
"@thisisagile/easy": "6.45.5",
"@thisisagile/easy-test-web": "6.45.5",
"puppeteer": "^10.1.0"

@@ -50,0 +50,0 @@ },

@@ -34,4 +34,4 @@ import { PuppeteerElement } from './PuppeteerElement';

byDataTestId(Id: string): TestElement {
return this.by('data-testid', Id);
byDataTestId(id: string): TestElement {
return this.by('data-testid', id);
}

@@ -38,0 +38,0 @@

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