New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@segment/analytics.js-integration-intercom

Package Overview
Dependencies
Maintainers
32
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@segment/analytics.js-integration-intercom - npm Package Compare versions

Comparing version

to
2.2.3

5

HISTORY.md
2.2.3 / 2017-02-16
==================
* Update modules to support IE browsers
2.2.2 / 2017-02-16

@@ -3,0 +8,0 @@ ==================

6

lib/index.js

@@ -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 @@ },