Socket
Socket
Sign inDemoInstall

@atomic-testing/core

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomic-testing/core - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

dist/locators/byAttribute.d.ts

2

dist/locators/byChecked.js

@@ -6,3 +6,3 @@ "use strict";

const PartLocatorType_1 = require("./PartLocatorType");
// to implementaiton other than CSS selector
// to implementation other than CSS selector
function byChecked(checked = true, relative = PartLocatorType_1.LocatorRelativePosition.Same) {

@@ -9,0 +9,0 @@ let selector = ':checked';

@@ -0,4 +1,6 @@

export { byAttribute } from './byAttribute';
export { byChecked } from './byChecked';
export { byCssClass } from './byCssClass';
export { byDataTestId } from './byDataTestId';
export { byInputType } from './byInputType';
export { byName } from './byName';

@@ -5,0 +7,0 @@ export { byRole } from './byRole';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocatorType = exports.LocatorRelativePosition = exports.byValue = exports.byTagName = exports.byRole = exports.byName = exports.byDataTestId = exports.byCssClass = exports.byChecked = void 0;
exports.LocatorType = exports.LocatorRelativePosition = exports.byValue = exports.byTagName = exports.byRole = exports.byName = exports.byInputType = exports.byDataTestId = exports.byCssClass = exports.byChecked = exports.byAttribute = void 0;
var byAttribute_1 = require("./byAttribute");
Object.defineProperty(exports, "byAttribute", { enumerable: true, get: function () { return byAttribute_1.byAttribute; } });
var byChecked_1 = require("./byChecked");

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

Object.defineProperty(exports, "byDataTestId", { enumerable: true, get: function () { return byDataTestId_1.byDataTestId; } });
var byInputType_1 = require("./byInputType");
Object.defineProperty(exports, "byInputType", { enumerable: true, get: function () { return byInputType_1.byInputType; } });
var byName_1 = require("./byName");

@@ -12,0 +16,0 @@ Object.defineProperty(exports, "byName", { enumerable: true, get: function () { return byName_1.byName; } });

{
"name": "@atomic-testing/core",
"version": "0.8.0",
"version": "0.9.0",
"description": "Core library for atomic-testing",

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

@@ -5,3 +5,3 @@ // TODO: Use descriptive selector instead of css selector so the selector can be reintepreted

// to implementaiton other than CSS selector
// to implementation other than CSS selector
export function byChecked(

@@ -8,0 +8,0 @@ checked = true,

@@ -0,4 +1,6 @@

export { byAttribute } from './byAttribute';
export { byChecked } from './byChecked';
export { byCssClass } from './byCssClass';
export { byDataTestId } from './byDataTestId';
export { byInputType } from './byInputType';
export { byName } from './byName';

@@ -5,0 +7,0 @@ export { byRole } from './byRole';

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