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

@artsy/cohesion

Package Overview
Dependencies
Maintainers
13
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.9.0 to 1.10.0

12

CHANGELOG.md

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

# v1.10.0 (Mon Jun 15 2020)
#### 🚀 Enhancement
- @eessex => [OwnerType] Add collect page [#63](https://github.com/artsy/cohesion/pull/63) ([@mzikherman](https://github.com/mzikherman))
#### Authors: 1
- Matt Zikherman ([@mzikherman](https://github.com/mzikherman))
---
# v1.9.0 (Mon Jun 15 2020)

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

3

dist/Schema/OwnerType.d.ts

@@ -13,2 +13,3 @@ /**

cityPicker = "cityPicker",
collect = "collect",
collection = "collection",

@@ -36,2 +37,2 @@ consignmentSubmission = "consignmentSubmission",

*/
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.gene | OwnerType.home | OwnerType.sale | OwnerType.search | OwnerType.worksForYou;
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.collect | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.gene | OwnerType.home | OwnerType.sale | OwnerType.search | OwnerType.worksForYou;

@@ -27,2 +27,3 @@ "use strict";

OwnerType["cityPicker"] = "cityPicker";
OwnerType["collect"] = "collect";
OwnerType["collection"] = "collection";

@@ -29,0 +30,0 @@ OwnerType["consignmentSubmission"] = "consignmentSubmission";

{
"name": "@artsy/cohesion",
"version": "1.9.0",
"version": "1.10.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