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

emarsys-integration-client

Package Overview
Dependencies
Maintainers
8
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emarsys-integration-client - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

6

dist/comm/receiver.js

@@ -20,3 +20,3 @@ 'use strict';

try {
_this.handleMessage(_this.parseMessage(event.data));
_this.handleMessage(_this.parseMessage(event.data), event);
} catch (e) {

@@ -63,3 +63,3 @@ return;

key: 'handleMessage',
value: function handleMessage(message) {
value: function handleMessage(message, event) {
if (!this.messageHandlers[message.event]) {

@@ -70,3 +70,3 @@ return;

this.messageHandlers[message.event].forEach(function (handler) {
return handler.call(handler, message);
return handler.call(handler, message, event);
});

@@ -73,0 +73,0 @@ }

@@ -51,3 +51,3 @@ {

"homepage": "https://github.com/emartech/emarsys-integration-client-js#readme",
"version": "2.2.0"
"version": "2.3.0"
}
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