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-canary.34.593.0 to 1.0.1

dist/Events/Tap/__tests__/TappedEntityGroup.test.d.ts

19

CHANGELOG.md

@@ -0,1 +1,20 @@

# v1.0.1 (Mon May 11 2020)
#### 🐛 Bug Fix
- Tapped entity event helper [#32](https://github.com/artsy/cohesion/pull/32) ([@eessex](https://github.com/eessex))
#### 🏠 Internal
- Update yarn orb from 4.0.2 to v5 [#34](https://github.com/artsy/cohesion/pull/34) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
- Update auto orb from 1.2.0 to v1.2.1 [#33](https://github.com/artsy/cohesion/pull/33) ([@renovate-bot](https://github.com/renovate-bot))
#### Authors: 3
- [@renovate[bot]](https://github.com/renovate[bot])
- Eve Essex ([@eessex](https://github.com/eessex))
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
---
# v1.0.0 (Thu Apr 30 2020)

@@ -2,0 +21,0 @@

1

dist/Events/index.d.ts

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

export * from "./Authentication/ResetYourPassword";
export * from "./Tap/TappedEntityGroup";

@@ -53,2 +53,14 @@ "use strict";

});
});
var _TappedEntityGroup = require("./Tap/TappedEntityGroup");
Object.keys(_TappedEntityGroup).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _TappedEntityGroup[key];
}
});
});

10

dist/Schema/OwnerType.d.ts
/**
* Screen or page owner types, for Eigen and Force respectively
* All owner types available for iOS (screen) and web (page)
* @packageDocumentation

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

auctions = "auctions",
consign = "consign",
cityGuideGuide = "cityGuideGuide",
cityGuideMap = "cityGuideMap",
cityPicker = "cityPicker",
collection = "collection",
consign = "consign",
explore = "explore",
fair = "fair",
home = "home",
inbox = "inbox",

@@ -27,6 +29,6 @@ sale = "sale",

*/
export declare type ScreenOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.consign | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.explore | OwnerType.fair | OwnerType.inbox | OwnerType.sale | OwnerType.search | OwnerType.savesAndFollows | OwnerType.viewingRoom | OwnerType.viewingRoomArtworks | OwnerType.worksForYou;
export declare type ScreenOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.consign | OwnerType.explore | OwnerType.fair | OwnerType.home | OwnerType.inbox | OwnerType.sale | OwnerType.search | OwnerType.savesAndFollows | OwnerType.viewingRoom | OwnerType.viewingRoomArtworks | OwnerType.worksForYou;
/**
* Owner types available in web/mobile web
*/
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.consign | OwnerType.fair | OwnerType.search;
export declare type PageOwnerType = OwnerType.artist | OwnerType.artwork | OwnerType.auctions | OwnerType.collection | OwnerType.consign | OwnerType.fair | OwnerType.home | OwnerType.search;

@@ -9,3 +9,3 @@ "use strict";

/**
* Screen or page owner types, for Eigen and Force respectively
* All owner types available for iOS (screen) and web (page)
* @packageDocumentation

@@ -24,8 +24,10 @@ */

OwnerType["auctions"] = "auctions";
OwnerType["consign"] = "consign";
OwnerType["cityGuideGuide"] = "cityGuideGuide";
OwnerType["cityGuideMap"] = "cityGuideMap";
OwnerType["cityPicker"] = "cityPicker";
OwnerType["collection"] = "collection";
OwnerType["consign"] = "consign";
OwnerType["explore"] = "explore";
OwnerType["fair"] = "fair";
OwnerType["home"] = "home";
OwnerType["inbox"] = "inbox";

@@ -32,0 +34,0 @@ OwnerType["sale"] = "sale";

{
"name": "@artsy/cohesion",
"version": "1.0.1-canary.34.593.0",
"version": "1.0.1",
"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