@segment/analytics.js-integration-intercom
Advanced tools
Comparing version
2.2.3 / 2017-02-16 | ||
================== | ||
* Update modules to support IE browsers | ||
2.2.2 / 2017-02-16 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -16,5 +16,5 @@ 'use strict'; | ||
var JSON = require('json3'); | ||
var clone = require('lodash/clone'); | ||
var clone = require('@ndhoule/clone'); | ||
var each = require('@ndhoule/each'); | ||
var pick = require('lodash/pick'); | ||
var pick = require('@ndhoule/pick'); | ||
@@ -279,3 +279,3 @@ /** | ||
// create object without custom traits to merge with formatted custom traits in the end | ||
var standardTraits = pick(obj, semanticTraits); | ||
var standardTraits = pick(semanticTraits, obj); | ||
@@ -282,0 +282,0 @@ // handle custom nested traits according to the settings |
{ | ||
"name": "@segment/analytics.js-integration-intercom", | ||
"description": "The Intercom analytics.js integration.", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"keywords": [ | ||
@@ -26,2 +26,3 @@ "analytics.js", | ||
"dependencies": { | ||
"@ndhoule/clone": "^1.0.0", | ||
"@ndhoule/defaults": "^2.0.1", | ||
@@ -31,2 +32,3 @@ "@ndhoule/each": "^2.0.1", | ||
"@ndhoule/foldl": "^2.0.1", | ||
"@ndhoule/pick": "^2.0.0", | ||
"@segment/analytics.js-integration": "^2.1.0", | ||
@@ -37,3 +39,2 @@ "@segment/convert-dates": "^1.0.0", | ||
"json3": "^3.3.2", | ||
"lodash": "^4.17.4", | ||
"obj-case": "^0.2.0" | ||
@@ -40,0 +41,0 @@ }, |
39632
0.31%12
9.09%+ Added
+ Added
+ Added
- Removed
- Removed