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.8 to 3.1.9

dist/es2019/components/Portal.d.ts

6

CHANGELOG.md
# @atlaskit/portal
## 3.1.9
### Patch Changes
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
## 3.1.8

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

1

constants/package.json

@@ -5,3 +5,4 @@ {

"module": "../dist/esm/constants.js",
"module:es2019": "../dist/es2019/constants.js",
"types": "../dist/cjs/constants.d.ts"
}

2

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

@@ -11,4 +11,5 @@ "publishConfig": {

"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
"module:es2019": "dist/es2019/index.js",
"types": "dist/cjs/index.d.ts",

@@ -36,3 +37,3 @@ "sideEffects": false,

"@atlaskit/button": "^13.3.10",
"@atlaskit/docs": "^8.5.1",
"@atlaskit/docs": "*",
"@atlaskit/flag": "^12.4.0",

@@ -44,3 +45,3 @@ "@atlaskit/icon": "^20.1.2",

"@atlaskit/tooltip": "^15.2.3",
"@atlaskit/visual-regression": "^0.1.9",
"@atlaskit/visual-regression": "*",
"enzyme": "^3.10.0",

@@ -47,0 +48,0 @@ "styled-components": "^3.2.6"

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