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

@applitools/socket

Package Overview
Dependencies
Maintainers
34
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.7 to 1.0.8

4

dist/socket.js

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

const { name, key, payload } = deserialize(message);
logger.log(`Received event of type "${JSON.stringify({ name, key })}" with payload`, payload && JSON.stringify(payload, null, 4).slice(0, 5000));
logger.log(`Received event of type ${JSON.stringify({ name, key })} with payload`, payload && JSON.stringify(payload, null, 4).slice(0, 5000));
const fns = listeners.get(name);

@@ -111,3 +111,3 @@ if (fns)

const command = () => {
logger.log(`Emit event of type "${JSON.stringify(type)}" with payload`, payload && JSON.stringify(payload, null, 4).slice(0, 5000));
logger.log(`Emit event of type ${JSON.stringify(type)} with payload`, payload && JSON.stringify(payload, null, 4).slice(0, 5000));
transport.send(target, serialize(type, payload));

@@ -114,0 +114,0 @@ };

{
"name": "@applitools/socket",
"version": "1.0.7",
"version": "1.0.8",
"description": "Applitools implementation for bidi-communication protocol",

@@ -5,0 +5,0 @@ "keywords": [

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