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

@atlaskit/popper

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/popper - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

10

CHANGELOG.md
# @atlaskit/popper
## 0.2.0
- [minor] Bumped react-popper version to get bug fixes, also added offset prop [a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
- [none] Updated dependencies [1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a)
- [none] Updated dependencies [a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3)
- [none] Updated dependencies [87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
- [none] Updated dependencies [a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
## 0.1.2

@@ -4,0 +14,0 @@ - [patch] Replace @atlaskit/layer in date time picker with @atlaskit/popper, changed configuration of flipBehaviour modifier to use viewport as the element boundary rather than the window. [4286672](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4286672)

4

dist/cjs/Popper.js

@@ -55,2 +55,3 @@ 'use strict';

return {
auto: [],
top: ['top', 'bottom', 'top'],

@@ -91,3 +92,3 @@ right: ['right', 'left', 'right'],

enabled: true,
offset: 0
offset: _this.props.offset
},

@@ -126,3 +127,4 @@ preventOverflow: {

children: function children() {},
offset: '0 8px',
placement: 'bottom-start'
};

@@ -15,2 +15,3 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of';

return {
auto: [],
top: ['top', 'bottom', 'top'],

@@ -51,3 +52,3 @@ right: ['right', 'left', 'right'],

enabled: true,
offset: 0
offset: _this.props.offset
},

@@ -86,3 +87,4 @@ preventOverflow: {

children: function children() {},
offset: '0 8px',
placement: 'bottom-start'
};
{
"name": "@atlaskit/popper",
"version": "0.1.1"
"version": "0.1.2"
}
{
"name": "@atlaskit/popper",
"version": "0.1.2",
"version": "0.2.0",
"description": "Wrapper for react-popper with common config and some helpers",

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

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