Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/inline-dialog

Package Overview
Dependencies
Maintainers
1
Versions
190
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/inline-dialog - npm Package Compare versions

Comparing version 13.4.8 to 13.4.9

7

CHANGELOG.md
# @atlaskit/inline-dialog
## 13.4.9
### Patch Changes
- [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
- Updated dependencies
## 13.4.8

@@ -4,0 +11,0 @@

2

dist/cjs/InlineDialog/index.js

@@ -22,3 +22,3 @@ "use strict";

var packageName = "@atlaskit/inline-dialog";
var packageVersion = "13.4.8";
var packageVersion = "13.4.9";
var checkIsChildOfPortal = function checkIsChildOfPortal(node) {

@@ -25,0 +25,0 @@ if (!node) {

{
"name": "@atlaskit/inline-dialog",
"version": "13.4.8",
"version": "13.4.9",
"sideEffects": false
}

@@ -11,3 +11,3 @@ /** @jsx jsx */

const packageName = "@atlaskit/inline-dialog";
const packageVersion = "13.4.8";
const packageVersion = "13.4.9";
const checkIsChildOfPortal = node => {

@@ -14,0 +14,0 @@ if (!node) {

{
"name": "@atlaskit/inline-dialog",
"version": "13.4.8",
"version": "13.4.9",
"sideEffects": false
}

@@ -11,3 +11,3 @@ /** @jsx jsx */

var packageName = "@atlaskit/inline-dialog";
var packageVersion = "13.4.8";
var packageVersion = "13.4.9";
var checkIsChildOfPortal = function checkIsChildOfPortal(node) {

@@ -14,0 +14,0 @@ if (!node) {

{
"name": "@atlaskit/inline-dialog",
"version": "13.4.8",
"version": "13.4.9",
"sideEffects": false
}
{
"name": "@atlaskit/inline-dialog",
"version": "13.4.8",
"version": "13.4.9",
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",

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

"atlassian": {
"disableProductCI": true,
"team": "Design System Team",

@@ -42,3 +41,3 @@ "deprecatedAutoEntryPoints": true,

"@atlaskit/popper": "^5.4.0",
"@atlaskit/theme": "^12.2.0",
"@atlaskit/theme": "^12.3.0",
"@atlaskit/tokens": "^1.2.0",

@@ -45,0 +44,0 @@ "@babel/runtime": "^7.0.0",

@@ -11,2 +11,3 @@ <!-- API Report Version: 2.3 -->

- [Main Entry Types](#main-entry-types)
- [Peer Dependencies](#peer-dependencies)

@@ -85,1 +86,13 @@ ### Main Entry Types

<!--SECTION END: Main Entry Types-->
### Peer Dependencies
<!--SECTION START: Peer Dependencies-->
```json
{
"react": "^16.8.0"
}
```
<!--SECTION END: Peer Dependencies-->
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