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.6.0 to 2.7.0

.github/workflows/build.yml

2

dist/defer.js
'use strict';
require('es6-promise').polyfill();
module.exports = function () {

@@ -6,0 +4,0 @@ var deferred = {};

@@ -13,3 +13,2 @@ {

"test:watch": "npm run test -- --watch",
"validate-commit-msg": "validate-commit-msg",
"watch": "npm run build -- --watch"

@@ -19,9 +18,2 @@ },

"license": "MIT",
"dependencies": {
"es6-promise": "4.2.6"
},
"pre-commit": [
"code-style",
"validate-commit-msg"
],
"devDependencies": {

@@ -39,4 +31,3 @@ "babel-cli": "6.26.0",

"sinon": "7.2.3",
"sinon-chai": "3.3.0",
"validate-commit-message": "3.0.1"
"sinon-chai": "3.3.0"
},

@@ -51,3 +42,3 @@ "repository": {

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

@@ -1,6 +0,1 @@

# Build status
[![Codeship Status for emartech/emarsys-integration-client-js](https://codeship.com/projects/bddb87a0-4fd8-0133-2d72-6a2063c5e118/status?branch=master)](https://codeship.com/projects/107427)
[![Dependency Status](https://david-dm.org/emartech/emarsys-integration-client-js.svg)](https://david-dm.org/emartech/emarsys-integration-client-js)
[![devDependency Status](https://david-dm.org/emartech/emarsys-integration-client-js/dev-status.svg)](https://david-dm.org/emartech/emarsys-integration-client-js#info=devDependencies)
# emarsys-integration-client-js

@@ -10,2 +5,6 @@

# Requirements
- [Node.js](https://nodejs.org/en) >= 16.14.2
# Install

@@ -159,1 +158,14 @@

Stopping to watch click events of elements selected by `selector`. It makes sense to call this method right after your content gets clean (ie. saved).
# Contributing
See [Contribution guideline](https://github.com/emartech/emarsys-integration-client-js/blob/master/CONTRIBUTING.md).
# Code of Conduct
See [Code of Conduct here](https://github.com/emartech/.github/blob/main/CODE_OF_CONDUCT.md).
# Licensing
[MIT](https://github.com/emartech/emarsys-integration-client-js/blob/master/LICENSE)
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