@applitools/socket
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -31,3 +31,2 @@ "use strict"; | ||
function makeSocket(target, options) { | ||
var _a, _b; | ||
let ready = false; | ||
@@ -40,3 +39,3 @@ const listeners = new Map(); | ||
: options.transport; | ||
const logger = (_b = (_a = options.logger) === null || _a === void 0 ? void 0 : _a.extend({ label: 'socket' })) !== null && _b !== void 0 ? _b : (0, logger_1.makeLogger)({ label: 'socket' }); | ||
const logger = (0, logger_1.makeLogger)({ logger: options.logger, format: { label: 'socket' } }); | ||
use(target); | ||
@@ -43,0 +42,0 @@ return { |
{ | ||
"name": "@applitools/socket", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Applitools implementation for bidi-communication protocol", | ||
@@ -53,4 +53,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@applitools/logger": "1.1.52", | ||
"@applitools/utils": "1.3.35" | ||
"@applitools/logger": "2.0.0", | ||
"@applitools/utils": "1.3.36" | ||
}, | ||
@@ -57,0 +57,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34922
460
+ Added@applitools/logger@2.0.0(transitive)
+ Added@applitools/utils@1.3.36(transitive)
- Removed@applitools/logger@1.1.52(transitive)
- Removed@applitools/utils@1.3.35(transitive)
Updated@applitools/logger@2.0.0
Updated@applitools/utils@1.3.36