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

@thisisagile/easy-test-web

Package Overview
Dependencies
Maintainers
4
Versions
853
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thisisagile/easy-test-web - npm Package Compare versions

Comparing version 6.45.4 to 6.45.5

2

dist/Tester.d.ts

@@ -9,3 +9,3 @@ import { TestElement } from './TestElement';

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

@@ -12,0 +12,0 @@ row(contains: string): TestElement;

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

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

"dependencies": {
"@thisisagile/easy": "6.45.4"
"@thisisagile/easy": "6.45.5"
},

@@ -47,0 +47,0 @@ "engines": {

@@ -15,3 +15,3 @@ import { TestElement } from './TestElement';

byDataTestId(Id: string): TestElement;
byDataTestId(id: string): TestElement;

@@ -18,0 +18,0 @@ byName(name: string): TestElement;

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