@atlaskit/layer-manager
Advanced tools
Comparing version 2.5.7 to 2.5.8
# @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) |
@@ -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": [ | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76330
1844
6
31
3