Socket
Socket
Sign inDemoInstall

@applitools/utils

Package Overview
Dependencies
Maintainers
40
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/utils - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

dist/queues.js

7

CHANGELOG.md
# Changelog
## [1.5.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/utils@1.4.0...js/utils@1.5.0) (2023-06-28)
### Features
* handled abandoned tunnels ([#1669](https://github.com/applitools/eyes.sdk.javascript1/issues/1669)) ([e01a9f6](https://github.com/applitools/eyes.sdk.javascript1/commit/e01a9f6f7543fc5e6bd842acf6ee8de8cfb49998))
## [1.4.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/utils-v1.3.37...js/utils@1.4.0) (2023-06-13)

@@ -4,0 +11,0 @@

3

dist/config.js

@@ -32,4 +32,3 @@ "use strict";

const general = __importStar(require("./general"));
function getConfig({ paths = ['applitools.config.cjs', 'applitools.config.js', 'eyes.config.js', 'eyes.json'], params = [], traverse = { stopDir: os.homedir() }, strict, logger, } = {}) {
let baseDir = process.cwd();
function getConfig({ baseDir = process.cwd(), paths = ['applitools.config.cjs', 'applitools.config.js', 'eyes.config.js', 'eyes.json'], params = [], traverse = { stopDir: os.homedir() }, strict, logger, } = {}) {
const envPath = general.getEnvValue('CONFIG_PATH');

@@ -36,0 +35,0 @@ if (envPath) {

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.config = exports.process = exports.streams = exports.math = exports.promises = exports.geometry = exports.general = exports.guard = exports.types = void 0;
exports.config = exports.process = exports.streams = exports.math = exports.queues = exports.promises = exports.geometry = exports.general = exports.guard = exports.types = void 0;
__exportStar(require("./utility-types"), exports);

@@ -37,2 +37,3 @@ exports.types = __importStar(require("./types"));

exports.promises = __importStar(require("./promises"));
exports.queues = __importStar(require("./queues"));
exports.math = __importStar(require("./math"));

@@ -39,0 +40,0 @@ exports.streams = __importStar(require("./streams"));

{
"name": "@applitools/utils",
"version": "1.4.0",
"version": "1.5.0",
"keywords": [

@@ -54,3 +54,6 @@ "applitools",

"node": ">=12.13.0"
},
"publishConfig": {
"access": "public"
}
}

@@ -1,2 +0,3 @@

export declare function getConfig({ paths, params, traverse, strict, logger, }?: {
export declare function getConfig({ baseDir, paths, params, traverse, strict, logger, }?: {
baseDir?: string;
paths?: string[];

@@ -3,0 +4,0 @@ params?: string[];

@@ -7,2 +7,3 @@ export * from './utility-types';

export * as promises from './promises';
export * as queues from './queues';
export * as math from './math';

@@ -9,0 +10,0 @@ export * as streams from './streams';

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