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

@atlaskit/portal

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/portal - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

5

CHANGELOG.md
# @atlaskit/portal
## 0.0.14
- [patch] [1fb2c2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1fb2c2a):
- Fixed issue where tooltips and modals would initially render in the wrong location
## 0.0.13

@@ -4,0 +9,0 @@ - [patch] [3f5a4dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f5a4dd):

2

dist/cjs/components/Portal.js

@@ -80,3 +80,3 @@ "use strict";

(0, _defineProperty2.default)((0, _assertThisInitialized2.default)((0, _assertThisInitialized2.default)(_this)), "state", {
container: _exenv.canUseDom ? createContainer(_this.props.zIndex) : undefined
container: _exenv.canUseDOM ? createContainer(_this.props.zIndex) : undefined
});

@@ -83,0 +83,0 @@ return _this;

@@ -11,3 +11,3 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

import invariant from 'tiny-invariant';
import { canUseDom } from 'exenv';
import { canUseDOM } from 'exenv';

@@ -63,3 +63,3 @@ var createContainer = function createContainer(zIndex) {

_defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), "state", {
container: canUseDom ? createContainer(_this.props.zIndex) : undefined
container: canUseDOM ? createContainer(_this.props.zIndex) : undefined
});

@@ -66,0 +66,0 @@

{
"name": "@atlaskit/portal",
"version": "0.0.13",
"version": "0.0.14",
"sideEffects": false
}
{
"name": "@atlaskit/portal",
"version": "0.0.13",
"version": "0.0.14",
"description": "Atlaskit wrapper for rendering components in React portals",

@@ -33,8 +33,8 @@ "license": "Apache-2.0",

"@atlaskit/docs": "^5.0.8",
"@atlaskit/flag": "^9.1.3",
"@atlaskit/flag": "^9.1.4",
"@atlaskit/icon": "^14.0.2",
"@atlaskit/inline-dialog": "^9.0.7",
"@atlaskit/modal-dialog": "^7.0.8",
"@atlaskit/onboarding": "^6.1.7",
"@atlaskit/tooltip": "^12.1.8",
"@atlaskit/modal-dialog": "^7.0.9",
"@atlaskit/onboarding": "^6.1.8",
"@atlaskit/tooltip": "^12.1.9",
"@atlaskit/visual-regression": "^0.0.1",

@@ -41,0 +41,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