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.3.0 to 4.3.1

6

CHANGELOG.md
# @atlaskit/portal
## 4.3.1
### Patch Changes
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
## 4.3.0

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

2

dist/cjs/version.json
{
"name": "@atlaskit/portal",
"version": "4.3.0",
"version": "4.3.1",
"sideEffects": false
}
{
"name": "@atlaskit/portal",
"version": "4.3.0",
"version": "4.3.1",
"sideEffects": false
}
{
"name": "@atlaskit/portal",
"version": "4.3.0",
"version": "4.3.1",
"sideEffects": false
}

@@ -5,3 +5,3 @@ import type { Layers } from '@atlaskit/theme/types';

*/
export declare type LayerName = keyof Layers;
export type LayerName = keyof Layers;
/**

@@ -12,3 +12,3 @@ * Creates a new type by reversing the key and values of the passed type

*/
declare type ReverseMap<T extends Record<keyof T, T[keyof T]>> = {
type ReverseMap<T extends Record<keyof T, T[keyof T]>> = {
[P in T[keyof T]]: {

@@ -18,3 +18,3 @@ [K in keyof T]: T[K] extends P ? K : never;

};
export declare type ReversedLayers = ReverseMap<Layers>;
export type ReversedLayers = ReverseMap<Layers>;
/**

@@ -21,0 +21,0 @@ * Interface for event to be fired on Atlassian Portal component mount and unmount

@@ -13,2 +13,2 @@ import React from 'react';

*/
export declare type PortalEvent = CustomEvent<PortalEventDetail>;
export type PortalEvent = CustomEvent<PortalEventDetail>;
{
"name": "@atlaskit/portal",
"version": "4.3.0",
"version": "4.3.1",
"description": "A wrapper for rendering components in React portals.",

@@ -15,2 +15,10 @@ "publishConfig": {

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"sideEffects": false,

@@ -51,3 +59,3 @@ "atlaskit:src": "src/index.tsx",

"@atlaskit/ssr": "*",
"@atlaskit/tokens": "^1.3.0",
"@atlaskit/tokens": "^1.4.0",
"@atlaskit/tooltip": "^17.8.0",

@@ -60,6 +68,5 @@ "@atlaskit/visual-regression": "*",

"bind-event-listener": "^2.1.1",
"enzyme": "^3.10.0",
"raf-stub": "^2.0.1",
"storybook-addon-performance": "^0.16.0",
"typescript": "4.5.5"
"typescript": "~4.9.5"
},

@@ -66,0 +73,0 @@ "keywords": [

@@ -9,5 +9,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/entry-points/types.d.ts"
"../dist/types-ts4.5/entry-points/types.d.ts"
]

@@ -14,0 +14,0 @@ }

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