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 4.0.1 to 4.0.2

9

CHANGELOG.md
# @atlaskit/portal
## 4.0.2
### Patch Changes
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
to prevent duplicates of tslib being bundled.
## 4.0.1

@@ -4,0 +13,0 @@

1

dist/cjs/constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PORTAL_UNMOUNT_EVENT = exports.PORTAL_MOUNT_EVENT = void 0;
exports.PORTAL_MOUNT_EVENT = 'akPortalMount';
exports.PORTAL_UNMOUNT_EVENT = 'akPortalUnmount';
//# sourceMappingURL=constants.js.map

6

dist/cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Portal_1 = require("./components/Portal");
exports.default = Portal_1.default;
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return Portal_1.default; } });
var constants_1 = require("./constants");
exports.PORTAL_MOUNT_EVENT = constants_1.PORTAL_MOUNT_EVENT;
exports.PORTAL_UNMOUNT_EVENT = constants_1.PORTAL_UNMOUNT_EVENT;
Object.defineProperty(exports, "PORTAL_MOUNT_EVENT", { enumerable: true, get: function () { return constants_1.PORTAL_MOUNT_EVENT; } });
Object.defineProperty(exports, "PORTAL_UNMOUNT_EVENT", { enumerable: true, get: function () { return constants_1.PORTAL_UNMOUNT_EVENT; } });
//# sourceMappingURL=index.js.map
{
"name": "@atlaskit/portal",
"version": "4.0.1",
"version": "4.0.2",
"sideEffects": false
}
{
"name": "@atlaskit/portal",
"version": "4.0.1",
"version": "4.0.2",
"sideEffects": false
}
{
"name": "@atlaskit/portal",
"version": "4.0.1",
"version": "4.0.2",
"sideEffects": false
}
{
"name": "@atlaskit/portal",
"version": "4.0.1",
"version": "4.0.2",
"description": "Atlaskit wrapper for rendering components in React portals",

@@ -19,2 +19,3 @@ "publishConfig": {

"team": "Design System Team",
"deprecatedAutoEntryPoints": true,
"inPublicMirror": true,

@@ -30,3 +31,3 @@ "releaseModel": "scheduled",

"tiny-invariant": "^0.0.3",
"tslib": "^1.9.3"
"tslib": "^2.0.0"
},

@@ -33,0 +34,0 @@ "peerDependencies": {

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