Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@artsy/cohesion

Package Overview
Dependencies
Maintainers
6
Versions
454
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artsy/cohesion - npm Package Compare versions

Comparing version 4.188.0 to 4.189.0

14

dist/Schema/Events/Click.d.ts

@@ -2087,1 +2087,15 @@ import { ContextModule } from "../Values/ContextModule";

}
/**
* A user clicks on the complete your profile prompt within the activity pannel
*
* This schema describes events sent to Segment from [[clickedCompleteYourProfile]]
*
*/
export interface ClickedCompleteYourProfile {
action: ActionType.clickedCompleteYourProfile;
context_module: ContextModule;
context_page_owner_type: PageOwnerType;
context_page_owner_id: string;
context_page_owner_slug?: string;
user_id: string;
}

@@ -188,2 +188,6 @@ import { ClickedActivityPanelNotificationItem, ClickedActivityPanelTab, ClickedNotificationsBell } from "./ActivityPanel";

/**
* Corresponds to {@link ClickedCompleteYourProfile}
*/
clickedCompleteYourProfile = "clickedCompleteYourProfile",
/**
* Corresponds to {@link ClickedCreateAlert}

@@ -793,2 +797,6 @@ */

/**
* Corresponds to {@link TappedCompleteYourProfile}
*/
tappedCompleteYourProfile = "tappedCompleteYourProfile",
/**
* Corresponds to {@link TappedConsign}

@@ -795,0 +803,0 @@ */

2

dist/Schema/Events/index.js

@@ -59,2 +59,3 @@ "use strict";

ActionType["clickedCollectionGroup"] = "clickedCollectionGroup";
ActionType["clickedCompleteYourProfile"] = "clickedCompleteYourProfile";
ActionType["clickedCreateAlert"] = "clickedCreateAlert";

@@ -211,2 +212,3 @@ ActionType["clickedDeliveryMethod"] = "clickedDeliveryMethod";

ActionType["tappedCollectionGroup"] = "tappedCollectionGroup";
ActionType["tappedCompleteYourProfile"] = "tappedCompleteYourProfile";
ActionType["tappedConsign"] = "tappedConsign";

@@ -213,0 +215,0 @@ ActionType["tappedContactGallery"] = "tappedContactGallery";

@@ -1029,1 +1029,15 @@ import { ContextModule } from "../Values/ContextModule";

}
/**
* A user taps on the complete your profile prompt within the activity pannel
*
* This schema describes events sent to Segment from [[tappedCompleteYourProfile]]
*
*/
export interface TappedCompleteYourProfile {
action: ActionType.tappedCompleteYourProfile;
context_module: ContextModule;
context_screen_owner_type: ScreenOwnerType;
context_screen_owner_id: string;
context_screen_owner_slug?: string;
user_id: string;
}

2

package.json
{
"name": "@artsy/cohesion",
"version": "4.188.0",
"version": "4.189.0",
"description": "Analytics schema",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

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