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

@artsy/cohesion

Package Overview
Dependencies
Maintainers
14
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 1.25.0 to 1.26.0

dist/Helpers/Tap/__tests__/TappedMainArtworkGrid.test.d.ts

12

CHANGELOG.md

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

# v1.26.0 (Tue Aug 04 2020)
#### 🚀 Enhancement
- Add tappedMainArtworkGrid helper [#85](https://github.com/artsy/cohesion/pull/85) ([@eessex](https://github.com/eessex))
#### Authors: 1
- Eve Essex ([@eessex](https://github.com/eessex))
---
# v1.25.0 (Mon Aug 03 2020)

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

24

dist/Schema/Events/Tap.d.ts

@@ -204,8 +204,8 @@ import { ActionType } from ".";

* context_module: "artworkGrid",
* context_page_owner_type: "artist",
* context_page_owner_id: "4d8b926a4eb68a1b2c0000ae",
* context_page_owner_slug: "damien-hirst",
* destination_page_owner_type: "artwork",
* destination_page_owner_id: "53188b0d8b3b8192bb0005ae",
* destination_page_owner_slug: "damien-hirst-anatomy-of-an-angel",
* context_screen_owner_type: "artist",
* context_screen_owner_id: "4d8b926a4eb68a1b2c0000ae",
* context_screen_owner_slug: "damien-hirst",
* destination_screen_owner_type: "artwork",
* destination_screen_owner_id: "53188b0d8b3b8192bb0005ae",
* destination_screen_owner_slug: "damien-hirst-anatomy-of-an-angel",
* type: "thumbnail"

@@ -218,8 +218,8 @@ * }

context_module: ContextModule;
context_page_owner_type: ScreenOwnerType;
context_page_owner_id?: string;
context_page_owner_slug?: string;
destination_page_owner_type: ScreenOwnerType;
destination_page_owner_id: string;
destination_page_owner_slug: string;
context_screen_owner_type: ScreenOwnerType;
context_screen_owner_id?: string;
context_screen_owner_slug?: string;
destination_screen_owner_type: ScreenOwnerType;
destination_screen_owner_id: string;
destination_screen_owner_slug: string;
type: "thumbnail";

@@ -226,0 +226,0 @@ }

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

@@ -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