Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/socket

Package Overview
Dependencies
Maintainers
36
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/socket - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

3

dist/socket.js

@@ -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": {

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