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

@ravti/analytics

Package Overview
Dependencies
Maintainers
3
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ravti/analytics - npm Package Compare versions

Comparing version 21.4.0-beta.4 to 21.4.0-hotfix-201812201801

2

package.json
{
"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 = {

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