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

@artsy/cohesion

Package Overview
Dependencies
Maintainers
14
Versions
463
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 1.57.0 to 1.58.0

.vscode/settings.json

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# v1.58.0 (Tue Nov 17 2020)
#### 🚀 Enhancement
- feat: Add /Consign tracking helpers + eslint autofixers [#129](https://github.com/artsy/cohesion/pull/129) ([@damassi](https://github.com/damassi))
#### Authors: 1
- Christopher Pappas ([@damassi](https://github.com/damassi))
---
# v1.57.0 (Wed Nov 11 2020)

@@ -2,0 +14,0 @@

4

dist/Helpers/Click/ClickedArtworkGroup.d.ts

@@ -5,4 +5,4 @@ import { ClickedArtworkGroup, ContextModule, PageOwnerType } from "../../Schema";

contextPageOwnerType: PageOwnerType;
contextPageOwnerId: string;
contextPageOwnerSlug: string;
contextPageOwnerId?: string;
contextPageOwnerSlug?: string;
artworkID: string;

@@ -9,0 +9,0 @@ artworkSlug: string;

@@ -5,2 +5,4 @@ export * from "./Authentication/AuthImpression";

export * from "./Authentication/SuccessfullyLoggedIn";
export * from "./Click/ClickedAppDownload";
export * from "./Click/ClickedArticleGroup";
export * from "./Click/ClickedArtistSeriesGroup";

@@ -11,2 +13,3 @@ export * from "./Click/ClickedArtworkGroup";

export * from "./Click/ClickedMainArtworkGrid";
export * from "./Click/ClickedArtistSeriesGroup";
export * from "./Conversations/FocusedOnConversationMessageInput";

@@ -16,2 +19,5 @@ export * from "./Conversations/SentConversationMessage";

export * from "./SavesAndFollows/Follow";
export * from "./Search/FocusedOnSearchInput";
export * from "./Search/SearchedWithNoResults";
export * from "./Search/SelectedItemFromSearch";
export * from "./System/TimeOnPage";

@@ -18,0 +24,0 @@ export * from "./Tap/TappedConsign";

@@ -55,2 +55,26 @@ "use strict";

var _ClickedAppDownload = require("./Click/ClickedAppDownload");
Object.keys(_ClickedAppDownload).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _ClickedAppDownload[key];
}
});
});
var _ClickedArticleGroup = require("./Click/ClickedArticleGroup");
Object.keys(_ClickedArticleGroup).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _ClickedArticleGroup[key];
}
});
});
var _ClickedArtistSeriesGroup = require("./Click/ClickedArtistSeriesGroup");

@@ -164,2 +188,38 @@

var _FocusedOnSearchInput = require("./Search/FocusedOnSearchInput");
Object.keys(_FocusedOnSearchInput).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _FocusedOnSearchInput[key];
}
});
});
var _SearchedWithNoResults = require("./Search/SearchedWithNoResults");
Object.keys(_SearchedWithNoResults).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _SearchedWithNoResults[key];
}
});
});
var _SelectedItemFromSearch = require("./Search/SelectedItemFromSearch");
Object.keys(_SelectedItemFromSearch).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _SelectedItemFromSearch[key];
}
});
});
var _TimeOnPage = require("./System/TimeOnPage");

@@ -166,0 +226,0 @@

@@ -1,4 +0,4 @@

import { ActionType } from ".";
import { AuthContextModule } from "../Values/ContextModule";
import { AuthIntent } from "../Values/Intent";
import { ActionType } from ".";
/**

@@ -5,0 +5,0 @@ * Schemas describing authentication events

@@ -1,8 +0,9 @@

import { ActionType } from ".";
import { ContextModule } from "../Values/ContextModule";
import { EntityModuleType } from "../Values/EntityModuleType";
import { OwnerType, PageOwnerType } from "../Values/OwnerType";
import { ActionType } from ".";
/**
* Schemas describing Click events
* @packageDocumentation
*/

@@ -9,0 +10,0 @@ /**

@@ -1,4 +0,4 @@

import { ActionType } from ".";
import { ContextModule } from "../Values/ContextModule";
import { OwnerType } from "../Values/OwnerType";
import { ActionType } from ".";
/**

@@ -5,0 +5,0 @@ * Master list of filter params available in web and iOS, specific to the artwork grid

@@ -5,5 +5,5 @@ import { AuthImpression, CreatedAccount, ResetYourPassword, SuccessfullyLoggedIn } from "./Authentication";

import { CommercialFilterParamsChanged } from "./FilterAndSort";
import { TappedArticleGroup, TappedArtistGroup, TappedArtistSeriesGroup, TappedArtworkGroup, TappedAuctionGroup, TappedCollectionGroup, TappedConsign, TappedExploreGroup, TappedFairCard, TappedFairGroup, TappedMainArtworkGrid, TappedNavigationTab, TappedPartnerCard, TappedPromoSpace, TappedShowMore, TappedTabBar, TappedViewingRoomCard, TappedViewingRoomGroup } from "./Tap";
import { FollowEvents } from "./SavesAndFollows";
import { SaleScreenLoadComplete, TimeOnPage } from "./System";
import { TappedArticleGroup, TappedArtistGroup, TappedArtistSeriesGroup, TappedArtworkGroup, TappedAuctionGroup, TappedCollectionGroup, TappedConsign, TappedExploreGroup, TappedFairCard, TappedFairGroup, TappedMainArtworkGrid, TappedNavigationTab, TappedPartnerCard, TappedPromoSpace, TappedShowMore, TappedTabBar, TappedViewingRoomCard, TappedViewingRoomGroup } from "./Tap";
import { ToggledNotification } from "./Toggle";

@@ -10,0 +10,0 @@ /**

@@ -1,4 +0,4 @@

import { ActionType } from ".";
import { AuthContextModule } from "../Values/ContextModule";
import { OwnerType } from "../Values/OwnerType";
import { ActionType } from ".";
/**

@@ -5,0 +5,0 @@ * Schemas describing save and follow events for all systems

@@ -1,4 +0,4 @@

import { ActionType } from ".";
import { ContextModule } from "../Values/ContextModule";
import { OwnerType, PageOwnerType } from "../Values/OwnerType";
import { ActionType } from ".";
/**

@@ -5,0 +5,0 @@ * Schemas describing Search events

@@ -0,3 +1,3 @@

import { PageOwnerType, ScreenOwnerType } from "../Values/OwnerType";
import { ActionType } from ".";
import { PageOwnerType, ScreenOwnerType } from "../Values/OwnerType";
/**

@@ -4,0 +4,0 @@ * Schemas describing system events

@@ -1,2 +0,1 @@

import { ActionType } from ".";
import { ContextModule } from "../Values/ContextModule";

@@ -6,2 +5,3 @@ import { EntityModuleType } from "../Values/EntityModuleType";

import { Tab } from "../Values/Tab";
import { ActionType } from ".";
/**

@@ -8,0 +8,0 @@ * Schemas describing Tap events

@@ -1,5 +0,5 @@

import { ActionType } from ".";
import { ContextModule } from "../Values/ContextModule";
import { ScreenOwnerType } from "../Values/OwnerType";
import { PushNotificationType } from "../Values/PushNotificationType";
import { ScreenOwnerType } from "../Values/OwnerType";
import { ActionType } from ".";
/**

@@ -6,0 +6,0 @@ * Schemas describing Toggle events

{
"name": "@artsy/cohesion",
"version": "1.57.0",
"version": "1.58.0",
"description": "Analytics schema and library helpers",

@@ -42,2 +42,4 @@ "main": "dist/index.js",

"eslint-plugin-jest": "23.13.2",
"eslint-plugin-simple-import-sort": "^5.0.3",
"eslint-plugin-sort-keys-fix": "^1.1.1",
"husky": "4.2.5",

@@ -44,0 +46,0 @@ "jest": "26.0.1",

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