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.2.3 to 0.2.4

12

CHANGELOG.md

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

# v0.2.4 (Wed Apr 22 2020)
#### ⚠️ Pushed to `master`
- fix example comment formatting ([@eessex](https://github.com/eessex))
#### Authors: 1
- Eve Essex ([@eessex](https://github.com/eessex))
---
# v0.2.3 (Wed Apr 22 2020)

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

2

dist/Events/Authentication/CreatedAccount.d.ts

@@ -7,2 +7,3 @@ import { CreatedAccount } from "../../Schema/Event";

* @example
* ```
* createdAccount({

@@ -15,3 +16,4 @@ * authRedirect: "https://artsy.net/artist/andy-warhol"

* })
* ```
*/
export declare const createdAccount: ({ authRedirect, contextModule, intent, service, triggerSeconds, }: AccountArgs) => CreatedAccount;

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

* @example
* ```
* createdAccount({

@@ -22,2 +23,3 @@ * authRedirect: "https://artsy.net/artist/andy-warhol"

* })
* ```
*/

@@ -24,0 +26,0 @@ const createdAccount = ({

@@ -7,2 +7,3 @@ import { SuccessfullyLoggedIn } from "../../Schema/Event";

* @example
* ```
* successfullyLoggedIn({

@@ -15,3 +16,4 @@ * authRedirect: "https://artsy.net/artist/andy-warhol"

* })
* ```
*/
export declare const successfullyLoggedIn: ({ authRedirect, contextModule, intent, service, triggerSeconds, }: AccountArgs) => SuccessfullyLoggedIn;

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

* @example
* ```
* successfullyLoggedIn({

@@ -22,2 +23,3 @@ * authRedirect: "https://artsy.net/artist/andy-warhol"

* })
* ```
*/

@@ -24,0 +26,0 @@ const successfullyLoggedIn = ({

2

package.json
{
"name": "@artsy/cohesion",
"version": "0.2.3",
"version": "0.2.4",
"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