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.5.7 to 2.5.8

dist/cjs/components/FocusLock/FocusMarshal.js

3

CHANGELOG.md
# @atlaskit/layer-manager
## 2.5.8
- [patch] more robust implementation of FocusLock [64dd1d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/64dd1d8)
## 2.5.7

@@ -4,0 +7,0 @@ - [patch] expose portal from layer-manager [d52913b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d52913b)

4

dist/cjs/components/gateway/components/GatewayDest.js

@@ -51,3 +51,5 @@ 'use strict';

_this.state = { children: null };
_this.state = {
children: null
};

@@ -54,0 +56,0 @@ _this.gatewayRegistry = context.gatewayRegistry;

@@ -19,3 +19,5 @@ import _objectWithoutProperties from 'babel-runtime/helpers/objectWithoutProperties';

_this.state = { children: null };
_this.state = {
children: null
};

@@ -22,0 +24,0 @@ _this.gatewayRegistry = context.gatewayRegistry;

{
"name": "@atlaskit/layer-manager",
"version": "2.5.6"
"version": "2.5.7"
}
{
"name": "@atlaskit/layer-manager",
"version": "2.5.7",
"version": "2.5.8",
"description": "A React Component for managing layers",

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

"devDependencies": {
"@atlaskit/docs": "^2.0.0"
"@atlaskit/button": "^6.1.0",
"@atlaskit/docs": "^2.0.0",
"@atlaskit/icon": "^10.3.1",
"@atlaskit/modal-dialog": "^3.2.6",
"@atlaskit/onboarding": "^2.0.7",
"@atlaskit/tooltip": "^8.0.10"
},

@@ -38,2 +43,2 @@ "keywords": [

]
}
}
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