Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/layer-manager

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/layer-manager - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

3

CHANGELOG.md
# @atlaskit/layer-manager
## 2.8.3
- [patch] Preserve analytics-next context across portalled contents [69c606b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c606b)
## 2.8.2

@@ -4,0 +7,0 @@ - [patch] Fix flow type error and bug not calling preventDefault [aac58a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aac58a9)

@@ -66,4 +66,8 @@ 'use strict';

var analyticsContextTypes = {
// Old analytics keys
onAnalyticsEvent: _propTypes2.default.func,
getParentAnalyticsData: _propTypes2.default.func
getParentAnalyticsData: _propTypes2.default.func,
// New analytics-next keys,
getAtlaskitAnalyticsContext: _propTypes2.default.func,
getAtlaskitAnalyticsEventHandlers: _propTypes2.default.func
};

@@ -70,0 +74,0 @@

@@ -24,4 +24,8 @@ import _objectWithoutProperties from 'babel-runtime/helpers/objectWithoutProperties';

var analyticsContextTypes = {
// Old analytics keys
onAnalyticsEvent: PropTypes.func,
getParentAnalyticsData: PropTypes.func
getParentAnalyticsData: PropTypes.func,
// New analytics-next keys,
getAtlaskitAnalyticsContext: PropTypes.func,
getAtlaskitAnalyticsEventHandlers: PropTypes.func
};

@@ -28,0 +32,0 @@

2

dist/package.json
{
"name": "@atlaskit/layer-manager",
"version": "2.8.1"
"version": "2.8.2"
}
{
"name": "@atlaskit/layer-manager",
"version": "2.8.2",
"version": "2.8.3",
"description": "A React Component for managing layers",

@@ -30,3 +30,3 @@ "license": "Apache-2.0",

"devDependencies": {
"@atlaskit/analytics": "^2.4.4",
"@atlaskit/analytics-next": "^1.1.3",
"@atlaskit/button": "^6.6.2",

@@ -33,0 +33,0 @@ "@atlaskit/docs": "^2.5.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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