New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@artsy/cohesion

Package Overview
Dependencies
Maintainers
14
Versions
463
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.56.0 to 1.56.1-canary.130.1884.0

dist/Helpers/FilterAndSort/__tests__/CommercialFilterParamsChanged.d.ts

1

dist/Helpers/index.d.ts

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

export * from "./Conversations/SentConversationMessage";
export * from "./FilterAndSort/CommercialFilterParamsChanged";
export * from "./SavesAndFollows/Follow";

@@ -14,0 +15,0 @@ export * from "./System/TimeOnPage";

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

var _CommercialFilterParamsChanged = require("./FilterAndSort/CommercialFilterParamsChanged");
Object.keys(_CommercialFilterParamsChanged).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _CommercialFilterParamsChanged[key];
}
});
});
var _Follow = require("./SavesAndFollows/Follow");

@@ -141,0 +153,0 @@

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

export * from "./Events/Conversations";
export * from "./Events/FilterAndSort";
export * from "./Events/SavesAndFollows";

@@ -7,0 +8,0 @@ export * from "./Events/Search";

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

var _FilterAndSort = require("./Events/FilterAndSort");
Object.keys(_FilterAndSort).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _FilterAndSort[key];
}
});
});
var _SavesAndFollows = require("./Events/SavesAndFollows");

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

2

package.json
{
"name": "@artsy/cohesion",
"version": "1.56.0",
"version": "1.56.1-canary.130.1884.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