Socket
Socket
Sign inDemoInstall

@atomic-testing/component-driver-html

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomic-testing/component-driver-html - npm Package Compare versions

Comparing version 0.37.0 to 0.38.0

17

dist/components/HTMLSelectDriver.js

@@ -55,11 +55,16 @@ "use strict";

try {
for (var _d = true, _e = __asyncValues(core_1.listHelper.getListItemIterator(this, itemLocatorBase, HTMLOptionDriver_1.HTMLOptionDriver)), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) {
for (var _d = true, _e = __asyncValues(core_1.listHelper.getListItemIterator(this, itemLocatorBase, HTMLOptionDriver_1.HTMLOptionDriver)), _f; _f = yield _e.next(), _a = _f.done, !_a;) {
_c = _f.value;
_d = false;
const item = _c;
const label = yield item.label();
const value = yield item.value();
if (label != null && labelSet.has(label) && value != null) {
values.push(value);
try {
const item = _c;
const label = yield item.label();
const value = yield item.value();
if (label != null && labelSet.has(label) && value != null) {
values.push(value);
}
}
finally {
_d = true;
}
}

@@ -66,0 +71,0 @@ }

{
"name": "@atomic-testing/component-driver-html",
"version": "0.37.0",
"version": "0.38.0",
"description": "HTML component driver for atomic-testing",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"dependencies": {
"@atomic-testing/core": "0.37.0"
"@atomic-testing/core": "0.38.0"
},

@@ -28,0 +28,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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