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
455
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.126.0--canary.432.6658.0 to 4.126.0--canary.432.6663.0

6

dist/Schema/Events/CookieConsent.d.ts

@@ -9,3 +9,3 @@ import { ActionType } from ".";

*
* This schema describes events sent to Segment from [[savedCookieConsent]]
* This schema describes events sent to Segment from [[savedCookieConsentPreferences]]
*

@@ -15,3 +15,3 @@ * @example

* {
* action: "savedCookieConsent",
* action: "savedCookieConsentPreferences",
* value: {

@@ -27,4 +27,4 @@ * necessary: true,

export interface SavedCookieConsentPreferences {
action: ActionType.savedCookieConsent;
action: ActionType.savedCookieConsentPreferences;
value: Record<string, boolean | null | undefined>;
}

@@ -507,3 +507,3 @@ import { ClickedActivityPanelNotificationItem, ClickedActivityPanelTab, ClickedNotificationsBell } from "./ActivityPanel";

*/
savedCookieConsent = "savedCookieConsent",
savedCookieConsentPreferences = "savedCookieConsentPreferences",
/**

@@ -510,0 +510,0 @@ * Corresponds to {@link Screen}

@@ -138,3 +138,3 @@ "use strict";

ActionType["saveCollectedArtwork"] = "saveCollectedArtwork";
ActionType["savedCookieConsent"] = "savedCookieConsent";
ActionType["savedCookieConsentPreferences"] = "savedCookieConsentPreferences";
ActionType["screen"] = "screen";

@@ -141,0 +141,0 @@ ActionType["selectedSearchSuggestionQuickNavigationItem"] = "selectedSearchSuggestionQuickNavigationItem";

{
"name": "@artsy/cohesion",
"version": "4.126.0--canary.432.6658.0",
"version": "4.126.0--canary.432.6663.0",
"description": "Analytics schema",

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

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