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 3.1.7 to 3.1.8

6

CHANGELOG.md
# @atlaskit/portal
## 3.1.8
### Patch Changes
- [`4069606178`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4069606178) - Change imports to comply with Atlassian conventions- Updated dependencies
## 3.1.7

@@ -4,0 +10,0 @@

2

dist/cjs/components/Portal.js

@@ -5,5 +5,5 @@ "use strict";

var react_1 = tslib_1.__importDefault(require("react"));
var exenv_1 = require("exenv");
var react_dom_1 = tslib_1.__importDefault(require("react-dom"));
var tiny_invariant_1 = tslib_1.__importDefault(require("tiny-invariant"));
var exenv_1 = require("exenv");
var theme_1 = require("@atlaskit/theme");

@@ -10,0 +10,0 @@ var constants_1 = require("../constants");

{
"name": "@atlaskit/portal",
"version": "3.1.7",
"version": "3.1.8",
"sideEffects": false
}
import { __extends } from "tslib";
import React from 'react';
import { canUseDOM } from 'exenv';
import ReactDOM from 'react-dom';
import invariant from 'tiny-invariant';
import { canUseDOM } from 'exenv';
import { layers } from '@atlaskit/theme';

@@ -7,0 +7,0 @@ import { PORTAL_MOUNT_EVENT, PORTAL_UNMOUNT_EVENT } from '../constants';

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

@@ -36,7 +36,7 @@ "publishConfig": {

"@atlaskit/docs": "^8.5.1",
"@atlaskit/flag": "^12.3.7",
"@atlaskit/icon": "^20.0.1",
"@atlaskit/flag": "^12.4.0",
"@atlaskit/icon": "^20.1.2",
"@atlaskit/inline-dialog": "^12.1.9",
"@atlaskit/modal-dialog": "^10.5.6",
"@atlaskit/onboarding": "^9.1.5",
"@atlaskit/onboarding": "^9.1.7",
"@atlaskit/tooltip": "^15.2.3",

@@ -51,3 +51,8 @@ "@atlaskit/visual-regression": "^0.1.9",

"ui"
]
],
"techstack": {
"@atlassian/frontend": {
"import-structure": "atlassian-conventions"
}
}
}

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