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 0.1.2-canary.12.280.0 to 0.1.2-canary.18.296.0

30

CHANGELOG.md

@@ -0,1 +1,31 @@

# v0.1.1 (Mon Apr 20 2020)
#### 🐛 Bug Fix
- Adds createdAccount and successfullyLoggedIn to Schema [#16](https://github.com/artsy/cohesion/pull/16) ([@abhitip](https://github.com/abhitip))
#### Authors: 1
- Abhiti Prabahar ([@abhitip](https://github.com/abhitip))
---
# v0.1.0 (Fri Apr 17 2020)
#### 🚀 Enhancement
- Update auction results tracking strings [#15](https://github.com/artsy/cohesion/pull/15) ([@lilyfromseattle](https://github.com/lilyfromseattle))
#### 🏠 Internal
- Pin dep @artsy/auto-config from ^1.0.2 to 1.0.2 [#11](https://github.com/artsy/cohesion/pull/11) ([@renovate-bot](https://github.com/renovate-bot) [@renovate[bot]](https://github.com/renovate[bot]))
#### Authors: 3
- [@renovate[bot]](https://github.com/renovate[bot])
- Lily Pace ([@lilyfromseattle](https://github.com/lilyfromseattle))
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
---
# v0.0.2 (Thu Apr 16 2020)

@@ -2,0 +32,0 @@

2

dist/Schema/ActionType.js

@@ -19,2 +19,4 @@ "use strict";

ActionType["authImpression"] = "authImpression";
ActionType["createdAccount"] = "createdAccount";
ActionType["successfullyLoggedIn"] = "successfullyLoggedIn";
})(ActionType || (exports.ActionType = ActionType = {}));

6

dist/Schema/Authentication.js

@@ -50,5 +50,5 @@ "use strict";

AuthIntent["login"] = "login";
AuthIntent["loginToSeeEstimate"] = "loginToSeeEstimate";
AuthIntent["loginToSeePrice"] = "loginToSeePrice";
AuthIntent["loginToSeeRealizedPrice"] = "loginToSeeRealizedPrice";
AuthIntent["seeEstimateAuctionRecords"] = "seeEstimateAuctionRecords";
AuthIntent["seePriceAuctionRecords"] = "seePriceAuctionRecords";
AuthIntent["seeRealizedPriceAuctionRecords"] = "seeRealizedPriceAuctionRecords";
AuthIntent["makeOffer"] = "makeOffer";

@@ -55,0 +55,0 @@ AuthIntent["registerToBid"] = "registerToBid";

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