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.30.0 to 1.31.0

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# v1.31.0 (Mon Aug 24 2020)
#### 🚀 Enhancement
- Use auth context for follow [#95](https://github.com/artsy/cohesion/pull/95) ([@eessex](https://github.com/eessex))
#### ⚠️ Pushed to `master`
- Merge branch 'master' of https://github.com/artsy/cohesion ([@eessex](https://github.com/eessex))
- include popularArtistsRail in AuthContextModule ([@eessex](https://github.com/eessex))
#### Authors: 1
- Eve Essex ([@eessex](https://github.com/eessex))
---
# v1.30.0 (Thu Aug 20 2020)

@@ -2,0 +19,0 @@

4

dist/Helpers/SavesAndFollows/Follow.d.ts

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

import { ContextModule, FollowedArtist, OwnerType, UnfollowedArtist } from "../../Schema";
import { AuthContextModule, FollowedArtist, OwnerType, UnfollowedArtist } from "../../Schema";
export interface FollowedArtistArgs {
contextModule: ContextModule;
contextModule: AuthContextModule;
contextOwnerId?: string;

@@ -5,0 +5,0 @@ contextOwnerSlug?: string;

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

@@ -29,3 +29,3 @@ /**

action: ActionType.followedArtist;
context_module: ContextModule;
context_module: AuthContextModule;
context_owner_type: OwnerType;

@@ -59,3 +59,3 @@ context_owner_id?: string;

action: ActionType.unfollowedArtist;
context_module: ContextModule;
context_module: AuthContextModule;
context_owner_type: OwnerType;

@@ -62,0 +62,0 @@ context_owner_id?: string;

@@ -87,2 +87,2 @@ /**

*/
export declare type AuthContextModule = ContextModule.aboutTheWork | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkGrid | ContextModule.artworkImage | ContextModule.artworkSidebar | ContextModule.auctionSidebar | ContextModule.auctionRail | ContextModule.auctionResults | ContextModule.auctionsInfo | ContextModule.bannerPopUp | ContextModule.browseFair | ContextModule.categoryRail | ContextModule.collectionDescription | ContextModule.consignSubmissionFlow | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairsHeader | ContextModule.featuredArtistsRail | ContextModule.footer | ContextModule.geneHeader | ContextModule.header | ContextModule.intextTooltip | ContextModule.liveAuctionsRail | ContextModule.mainCarousel | ContextModule.minimalCTABanner | ContextModule.otherWorksByArtistRail | ContextModule.otherWorksFromPartnerRail | ContextModule.otherWorksFromShowRail | ContextModule.otherWorksInAuctionRail | ContextModule.partnerHeader | ContextModule.pastFairs | ContextModule.popUpModal | ContextModule.recentlyViewedRail | ContextModule.relatedArtistsRail | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.showHeader | ContextModule.showInfo | ContextModule.tagHeader | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail | ContextModule.viewingRoom;
export declare type AuthContextModule = ContextModule.aboutTheWork | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkGrid | ContextModule.artworkImage | ContextModule.artworkSidebar | ContextModule.auctionSidebar | ContextModule.auctionRail | ContextModule.auctionResults | ContextModule.auctionsInfo | ContextModule.bannerPopUp | ContextModule.browseFair | ContextModule.categoryRail | ContextModule.collectionDescription | ContextModule.consignSubmissionFlow | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairsHeader | ContextModule.featuredArtistsRail | ContextModule.footer | ContextModule.geneHeader | ContextModule.header | ContextModule.intextTooltip | ContextModule.liveAuctionsRail | ContextModule.mainCarousel | ContextModule.minimalCTABanner | ContextModule.otherWorksByArtistRail | ContextModule.otherWorksFromPartnerRail | ContextModule.otherWorksFromShowRail | ContextModule.otherWorksInAuctionRail | ContextModule.partnerHeader | ContextModule.pastFairs | ContextModule.popularArtistsRail | ContextModule.popUpModal | ContextModule.recentlyViewedRail | ContextModule.relatedArtistsRail | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.showHeader | ContextModule.showInfo | ContextModule.tagHeader | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail | ContextModule.viewingRoom;
{
"name": "@artsy/cohesion",
"version": "1.30.0",
"version": "1.31.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