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
852
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 15.26.2 to 15.27.0

19

dist/index.js

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

var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {

@@ -15,13 +19,18 @@ if (from && typeof from === "object" || typeof from === "function") {

};
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/index.ts
var src_exports = {};
__export(src_exports, {
toUrl: () => toUrl
});
module.exports = __toCommonJS(src_exports);
__reExport(src_exports, require("./TestElement"), module.exports);
__reExport(src_exports, require("./Tester"), module.exports);
// src/Tester.ts
var import_easy = require("@thisisagile/easy");
var toUrl = (uc, host, id) => (0, import_easy.tryTo)(() => host).map((domain) => ({ domain, i: id ? `/${id}` : "" })).map(({ domain, i }) => (0, import_easy.text)(`${domain}/${uc.app}/${uc}${i}`)).map((url) => url.kebab.toString()).value;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
...require("./TestElement"),
...require("./Tester")
toUrl
});
//# sourceMappingURL=index.js.map
{
"name": "@thisisagile/easy-test-web",
"version": "15.26.2",
"version": "15.27.0",
"description": "Straightforward wrapper library for web testing frameworks",

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

"module": "dist/index.mjs",
"types": "dist/index",
"types": "dist/index.d.ts",
"repository": {

@@ -32,2 +32,3 @@ "type": "git",

},
"sideEffects": false,
"files": [

@@ -41,4 +42,4 @@ "dist",

"dependencies": {
"@thisisagile/easy": "^15.26.2"
"@thisisagile/easy": "^15.27.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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