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.33.5 to 1.33.6-canary.100.1485.0

dist/Helpers/Click/__tests__/ClickedCollectionGroup.test.d.ts

1

dist/Helpers/index.d.ts

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

export * from "./Authentication/SuccessfullyLoggedIn";
export * from "./Click/ClickedCollectionGroup";
export * from "./Click/ClickedEntityGroup";

@@ -7,0 +8,0 @@ export * from "./Click/ClickedMainArtworkGrid";

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

var _ClickedCollectionGroup = require("./Click/ClickedCollectionGroup");
Object.keys(_ClickedCollectionGroup).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _ClickedCollectionGroup[key];
}
});
});
var _ClickedEntityGroup = require("./Click/ClickedEntityGroup");

@@ -57,0 +69,0 @@

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

featuredCollection = "featuredCollection",
featuredCollectionsRail = "featuredCollectionsRail",
featuredViewingRoomsRail = "featuredViewingRoomsRail",

@@ -55,2 +56,3 @@ footer = "footer",

newWorksByGalleriesYouFollowRail = "newWorksByGalleriesYouFollowRail",
otherCollectionsRail = "otherCollectionsRail",
otherWorksByArtistRail = "otherWorksByArtistRail",

@@ -57,0 +59,0 @@ otherWorksFromPartnerRail = "otherWorksFromPartnerRail",

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

ContextModule["featuredCollection"] = "featuredCollection";
ContextModule["featuredCollectionsRail"] = "featuredCollectionsRail";
ContextModule["featuredViewingRoomsRail"] = "featuredViewingRoomsRail";

@@ -69,2 +70,3 @@ ContextModule["footer"] = "footer";

ContextModule["newWorksByGalleriesYouFollowRail"] = "newWorksByGalleriesYouFollowRail";
ContextModule["otherCollectionsRail"] = "otherCollectionsRail";
ContextModule["otherWorksByArtistRail"] = "otherWorksByArtistRail";

@@ -71,0 +73,0 @@ ContextModule["otherWorksFromPartnerRail"] = "otherWorksFromPartnerRail";

2

package.json
{
"name": "@artsy/cohesion",
"version": "1.33.5",
"version": "1.33.6-canary.100.1485.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