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.0.0 to 2.0.1

8

dist/client/misc_api.js

@@ -72,6 +72,6 @@ 'use strict';

value: function navigate(options) {
options.eventId = this.getRandomId();
this.deferreds[options.eventId] = Q.defer();
this.transmitter.messageToEmarsys('navigate', options);
return this.deferreds[options.eventId].promise;
var eventId = this.getRandomId();
this.deferreds[eventId] = Q.defer();
this.transmitter.messageToEmarsys('navigate', Object.assign({}, options, { eventId: eventId }));
return this.deferreds[eventId].promise;
}

@@ -78,0 +78,0 @@ }], [{

@@ -55,3 +55,3 @@ {

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