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.0.7 to 3.0.8

build/tsconfig.json

6

bundle-size-ratchet.json

@@ -5,3 +5,3 @@ [

"package": "@atlaskit/portal",
"version": "3.0.2",
"version": "3.0.4",
"dependent": true,

@@ -18,3 +18,3 @@ "id": "src.main",

"package": "@atlaskit/portal",
"version": "3.0.2",
"version": "3.0.4",
"dependent": true,

@@ -31,3 +31,3 @@ "id": "node_modules.main",

"package": "@atlaskit/portal",
"version": "3.0.2",
"version": "3.0.4",
"dependent": true,

@@ -34,0 +34,0 @@ "id": "combined.main",

# @atlaskit/portal
## 3.0.8
### Patch Changes
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
In this PR, we are:
- Re-introducing dist build folders
- Adding back cjs
- Replacing es5 by cjs and es2015 by esm
- Creating folders at the root for entry-points
- Removing the generation of the entry-points at the root
Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details
## 3.0.7

@@ -4,0 +19,0 @@

{
"name": "@atlaskit/portal",
"version": "3.0.7",
"version": "3.0.8",
"description": "Atlaskit wrapper for rendering components in React portals",
"repository": "https://bitbucket.org/atlassian/atlaskit-mk-2",
"license": "Apache-2.0",
"module": "index.js",
"types": "index.d.ts",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"atlaskit:src": "src/index.ts",

@@ -33,8 +34,8 @@ "sideEffects": false,

"devDependencies": {
"@atlaskit/button": "^13.0.9",
"@atlaskit/button": "^13.0.14",
"@atlaskit/docs": "^8.1.3",
"@atlaskit/flag": "^12.0.10",
"@atlaskit/flag": "^12.0.12",
"@atlaskit/icon": "^19.0.0",
"@atlaskit/inline-dialog": "^12.0.3",
"@atlaskit/modal-dialog": "^10.0.7",
"@atlaskit/modal-dialog": "^10.0.12",
"@atlaskit/onboarding": "^8.0.6",

@@ -41,0 +42,0 @@ "@atlaskit/tooltip": "^15.0.2",

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