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 1.7.0 to 1.8.0

dist/client/update_hash_api.js

5

dist/index.js

@@ -12,2 +12,3 @@ 'use strict';

var UnloadApi = require('./client/unload_api');
var UpdateHashApi = require('./client/update_hash_api');

@@ -26,2 +27,3 @@ module.exports = {

dialog: DialogApi.create(transmitter, receiver),
updateHash: UpdateHashApi.create(transmitter),
unload: UnloadApi.create(transmitter)

@@ -38,4 +40,5 @@ });

Misc: MiscApi,
Unload: UnloadApi
Unload: UnloadApi,
UpdateHash: UpdateHashApi
}
};

2

package.json

@@ -53,3 +53,3 @@ {

"homepage": "https://github.com/emartech/emarsys-integration-client-js#readme",
"version": "1.7.0"
"version": "1.8.0"
}

@@ -122,11 +122,8 @@ # Build status

Resizing the iframe sending the message.
Resizing the iframe.
|dialog.confirm|Rendering a confirm dialog|
|dialog.modal|Rendering a modal dialog|
|dialog.submit|Submitting an open dialog|
|dialog.close|Closing an open dialog|
## track(options: Object)
Sending a track message.
## unload:init(options: Object)

@@ -133,0 +130,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