@ravti/analytics
Advanced tools
Comparing version 21.4.0-beta.4 to 21.4.0-hotfix-201812201801
{ | ||
"name": "@ravti/analytics", | ||
"version": "21.4.0-beta.4", | ||
"version": "v21.4.0-hotfix-201812201801", | ||
"description": "Ravti analytics", | ||
@@ -5,0 +5,0 @@ "main": "analytics.js", |
@@ -90,3 +90,5 @@ /* global window */ | ||
group_memberships: userData.get("group_memberships"), | ||
name: userData.get("name", null) || `${userData.get("first_name")} ${userData.get("last_name")}`, | ||
name: | ||
userData.get("name", null) | ||
|| `${userData.get("first_name")} ${userData.get("last_name")}`, | ||
phone: userData.get("phone_number", null) || userData.get("phone", null), | ||
@@ -93,0 +95,0 @@ user_id: userData.get("id"), |
// See https://app.intercom.io/a/apps/ohwetuz3/settings/general | ||
const INTERCOM_APP_ID = process.env.INTERCOM_APP_ID || "rgsnt087"; | ||
const INTERCOM_APP_ID = process.env.INTERCOM_APP_ID | ||
|| process.env.REACT_APP_INTERCOM_APP_ID | ||
|| "ohwetuz3"; | ||
@@ -4,0 +6,0 @@ const GROUPS = { |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
9642
281
2