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

@atlaskit/layer

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/layer - npm Package Compare versions

Comparing version 7.0.8 to 7.1.0

11

CHANGELOG.md
# @atlaskit/layer
## 7.1.0
### Minor Changes
- [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
More information about the deprecation of lifecycles methods can be found here:
https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
## 7.0.8

@@ -4,0 +15,0 @@

4

dist/cjs/components/Layer.js

@@ -142,4 +142,4 @@ "use strict";

}, {
key: "componentWillReceiveProps",
value: function componentWillReceiveProps(nextProps) {
key: "UNSAFE_componentWillReceiveProps",
value: function UNSAFE_componentWillReceiveProps(nextProps) {
this.applyPopper(nextProps);

@@ -146,0 +146,0 @@ this.calculateFixedOffset(nextProps);

{
"name": "@atlaskit/layer",
"version": "7.0.8",
"version": "7.1.0",
"sideEffects": false
}

@@ -122,4 +122,4 @@ import _objectSpread from "@babel/runtime/helpers/objectSpread";

}, {
key: "componentWillReceiveProps",
value: function componentWillReceiveProps(nextProps) {
key: "UNSAFE_componentWillReceiveProps",
value: function UNSAFE_componentWillReceiveProps(nextProps) {
this.applyPopper(nextProps);

@@ -126,0 +126,0 @@ this.calculateFixedOffset(nextProps);

{
"name": "@atlaskit/layer",
"version": "7.0.8",
"version": "7.1.0",
"sideEffects": false
}
{
"name": "@atlaskit/layer",
"version": "7.0.8",
"version": "7.1.0",
"description": "A React layer component responsible for the position of an element on a page",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

{
"name": "@atlaskit/layer",
"version": "7.0.8",
"version": "7.1.0",
"sideEffects": false
}

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