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.60.0 to 1.61.0

dist/Helpers/AddToCalendar.d.ts

17

CHANGELOG.md

@@ -0,1 +1,18 @@

# v1.61.0 (Mon Nov 23 2020)
#### 🚀 Enhancement
- #trivial: Add to calendar helper [#135](https://github.com/artsy/cohesion/pull/135) ([@eessex](https://github.com/eessex))
#### 🏠 Internal
- chore(deps): update dep typescript from 4.0.5 to v4.1.2 [#133](https://github.com/artsy/cohesion/pull/133) ([@renovate-bot](https://github.com/renovate-bot))
#### Authors: 2
- Eve Essex ([@eessex](https://github.com/eessex))
- WhiteSource Renovate ([@renovate-bot](https://github.com/renovate-bot))
---
# v1.60.0 (Wed Nov 18 2020)

@@ -2,0 +19,0 @@

1

dist/Helpers/index.d.ts

@@ -0,1 +1,2 @@

export * from "./AddToCalendar";
export * from "./Authentication/AuthImpression";

@@ -2,0 +3,0 @@ export * from "./Authentication/CreatedAccount";

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

var _AddToCalendar = require("./AddToCalendar");
Object.keys(_AddToCalendar).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _AddToCalendar[key];
}
});
});
var _AuthImpression = require("./Authentication/AuthImpression");

@@ -9,0 +21,0 @@

2

dist/Schema/Events/AddToCalendar.d.ts

@@ -1,4 +0,4 @@

import { ActionType } from ".";
import { ContextModule } from "../Values/ContextModule";
import { OwnerType } from "../Values/OwnerType";
import { ActionType } from ".";
/**

@@ -5,0 +5,0 @@ * Schema describing 'Add to Calendar' events

export * from "./Events";
export * from "./Events/AddToCalendar";
export * from "./Events/Authentication";

@@ -10,2 +11,3 @@ export * from "./Events/Click";

export * from "./Events/Tap";
export * from "./Events/Toggle";
export * from "./Values/ContextModule";

@@ -12,0 +14,0 @@ export * from "./Values/EntityModuleType";

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

var _AddToCalendar = require("./Events/AddToCalendar");
Object.keys(_AddToCalendar).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _AddToCalendar[key];
}
});
});
var _Authentication = require("./Events/Authentication");

@@ -116,2 +128,14 @@

var _Toggle = require("./Events/Toggle");
Object.keys(_Toggle).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _Toggle[key];
}
});
});
var _ContextModule = require("./Values/ContextModule");

@@ -118,0 +142,0 @@

{
"name": "@artsy/cohesion",
"version": "1.60.0",
"version": "1.61.0",
"description": "Analytics schema and library helpers",

@@ -50,3 +50,3 @@ "main": "dist/index.js",

"typedoc": "0.17.7",
"typescript": "4.0.5"
"typescript": "4.1.2"
},

@@ -53,0 +53,0 @@ "dependencies": {},

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