Socket
Socket
Sign inDemoInstall

@atomic-testing/core

Package Overview
Dependencies
1
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.7.0

dist/locators/byRole.d.ts

3

dist/locators/index.d.ts

@@ -5,5 +5,6 @@ export { byChecked } from './byChecked';

export { byName } from './byName';
export { byRole } from './byRole';
export { byTagName } from './byTagName';
export { byValue } from './byValue';
export { LocatorRelativePosition, LocatorType } from './PartLocatorType';
export type { CssLocator, PartLocatorType } from './PartLocatorType';
export { LocatorRelativePosition, LocatorType } from './PartLocatorType';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocatorType = exports.LocatorRelativePosition = exports.byValue = exports.byTagName = exports.byName = exports.byDataTestId = exports.byCssClass = exports.byChecked = void 0;
exports.LocatorType = exports.LocatorRelativePosition = exports.byValue = exports.byTagName = exports.byRole = exports.byName = exports.byDataTestId = exports.byCssClass = exports.byChecked = void 0;
var byChecked_1 = require("./byChecked");

@@ -12,2 +12,4 @@ Object.defineProperty(exports, "byChecked", { enumerable: true, get: function () { return byChecked_1.byChecked; } });

Object.defineProperty(exports, "byName", { enumerable: true, get: function () { return byName_1.byName; } });
var byRole_1 = require("./byRole");
Object.defineProperty(exports, "byRole", { enumerable: true, get: function () { return byRole_1.byRole; } });
var byTagName_1 = require("./byTagName");

@@ -14,0 +16,0 @@ Object.defineProperty(exports, "byTagName", { enumerable: true, get: function () { return byTagName_1.byTagName; } });

{
"name": "@atomic-testing/core",
"version": "0.6.0",
"version": "0.7.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,5 +5,6 @@ export { byChecked } from './byChecked';

export { byName } from './byName';
export { byRole } from './byRole';
export { byTagName } from './byTagName';
export { byValue } from './byValue';
export { LocatorRelativePosition, LocatorType } from './PartLocatorType';
export type { CssLocator, PartLocatorType } from './PartLocatorType';
export { LocatorRelativePosition, LocatorType } from './PartLocatorType';

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc