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.2.10 to 4.2.11

dist/types-ts4.0/constants.d.ts

6

CHANGELOG.md
# @atlaskit/portal
## 4.2.11
### Patch Changes
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
## 4.2.10

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

2

dist/cjs/version.json
{
"name": "@atlaskit/portal",
"version": "4.2.10",
"version": "4.2.11",
"sideEffects": false
}
{
"name": "@atlaskit/portal",
"version": "4.2.10",
"version": "4.2.11",
"sideEffects": false
}
{
"name": "@atlaskit/portal",
"version": "4.2.10",
"version": "4.2.11",
"sideEffects": false
}
{
"name": "@atlaskit/portal",
"version": "4.2.10",
"version": "4.2.11",
"description": "Atlaskit wrapper for rendering components in React portals",

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

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

@@ -31,3 +38,3 @@ "atlaskit:src": "src/index.tsx",

"dependencies": {
"@atlaskit/theme": "^12.1.0",
"@atlaskit/theme": "^12.2.0",
"@babel/runtime": "^7.0.0"

@@ -42,6 +49,6 @@ },

"@atlaskit/docs": "*",
"@atlaskit/flag": "^14.6.0",
"@atlaskit/flag": "^14.7.0",
"@atlaskit/icon": "^21.10.0",
"@atlaskit/inline-dialog": "^13.3.0",
"@atlaskit/modal-dialog": "^12.2.0",
"@atlaskit/inline-dialog": "^13.4.0",
"@atlaskit/modal-dialog": "^12.3.0",
"@atlaskit/onboarding": "^10.5.0",

@@ -53,3 +60,3 @@ "@atlaskit/ssr": "*",

"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
"@testing-library/react": "^8.0.1",
"@testing-library/react": "^12.1.5",
"bind-event-listener": "^2.1.1",

@@ -59,3 +66,3 @@ "enzyme": "^3.10.0",

"storybook-addon-performance": "^0.16.0",
"typescript": "4.3.5"
"typescript": "4.5.5"
},

@@ -62,0 +69,0 @@ "keywords": [

@@ -7,3 +7,10 @@ {

"sideEffects": false,
"types": "../dist/types/entry-points/types.d.ts"
"types": "../dist/types/entry-points/types.d.ts",
"typesVersions": {
">=4.0 <4.5": {
"*": [
"../dist/types-ts4.0/entry-points/types.d.ts"
]
}
}
}
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