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.2.3 to 0.2.4

3

CHANGELOG.md
# @atlaskit/popper
## 0.2.4
- [patch] Fixed popper placement offset to not fire deprecation warning. [4fcff1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4fcff1c)
## 0.2.3

@@ -4,0 +7,0 @@ - [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)

2

dist/cjs/Popper.js

@@ -125,4 +125,4 @@ 'use strict';

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

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

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

@@ -29,4 +29,4 @@ "license": "Apache-2.0",

"devDependencies": {
"@atlaskit/button": "^9.0.8",
"@atlaskit/docs": "^5.0.6",
"@atlaskit/button": "^9.0.13",
"@atlaskit/docs": "^5.0.8",
"@atlaskit/theme": "^6.0.2",

@@ -33,0 +33,0 @@ "enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz",

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