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

@artsy/cohesion

Package Overview
Dependencies
Maintainers
12
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 1.0.1 to 1.0.2

12

CHANGELOG.md

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

# v1.0.2 (Mon May 11 2020)
#### 🐛 Bug Fix
- add export for TappedEntityDestinationType [#35](https://github.com/artsy/cohesion/pull/35) ([@eessex](https://github.com/eessex))
#### Authors: 1
- Eve Essex ([@eessex](https://github.com/eessex))
---
# v1.0.1 (Mon May 11 2020)

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

3

dist/Events/Tap/TappedEntityGroup.d.ts
import { ContextModule, EntityModuleType, EntityModuleHeight, TappedArtistGroup, TappedArtworkGroup, TappedAuctionGroup, TappedCollectionGroup, TappedExploreGroup, TappedFairGroup, OwnerType, ScreenOwnerType } from "../../Schema";
declare type TappedEntityDestinationType = OwnerType.artist | OwnerType.artwork | OwnerType.collection | OwnerType.explore | OwnerType.fair | OwnerType.sale;
export declare type TappedEntityDestinationType = OwnerType.artist | OwnerType.artwork | OwnerType.collection | OwnerType.explore | OwnerType.fair | OwnerType.sale;
export interface TappedEntityGroupArgs {

@@ -35,2 +35,1 @@ contextModule: ContextModule;

export declare const tappedEntityGroup: ({ contextModule, contextScreenOwnerType, contextScreenOwnerId, contextScreenOwnerSlug, destinationScreenOwnerType, destinationScreenOwnerId, destinationScreenOwnerSlug, horizontalSlidePosition, moduleHeight, type, }: TappedEntityGroupArgs) => TappedArtistGroup | TappedArtworkGroup | TappedAuctionGroup | TappedCollectionGroup | TappedExploreGroup | TappedFairGroup;
export {};
{
"name": "@artsy/cohesion",
"version": "1.0.1",
"version": "1.0.2",
"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