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
472
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.67.0 to 1.67.1

12

CHANGELOG.md

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

# v1.67.1 (Mon Dec 14 2020)
#### 🐛 Bug Fix
- Add optional properties for TappedNavigationTab [#146](https://github.com/artsy/cohesion/pull/146) ([@mikehrom](https://github.com/mikehrom))
#### Authors: 1
- mike hromchak ([@mikehrom](https://github.com/mikehrom))
---
# v1.67.0 (Mon Dec 14 2020)

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

8

dist/Schema/Events/Tap.d.ts

@@ -498,3 +498,3 @@ import { ContextModule } from "../Values/ContextModule";

*
* This schema describes events sent to Segment from [[tappedView]]
* This schema describes events sent to Segment from [[tappedNavigationTab]]
*

@@ -516,5 +516,5 @@ * @example

context_screen_owner_type: ScreenOwnerType;
context_screen_owner_id: string;
context_screen_owner_slug: string;
subject: "string";
context_screen_owner_id?: string;
context_screen_owner_slug?: string;
subject?: string;
}

@@ -521,0 +521,0 @@ /**

{
"name": "@artsy/cohesion",
"version": "1.67.0",
"version": "1.67.1",
"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