New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/inline-dialog

Package Overview
Dependencies
Maintainers
1
Versions
202
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.0.9 to 13.0.10

6

CHANGELOG.md
# @atlaskit/inline-dialog
## 13.0.10
### Patch Changes
- [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use injected package name and version for analytics instead of version.json.
## 13.0.9

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

13

dist/cjs/InlineDialog/index.js

@@ -34,4 +34,2 @@ "use strict";

var _version = require("../version.json");
var _styled = require("./styled");

@@ -43,2 +41,5 @@

var packageName = "@atlaskit/inline-dialog";
var packageVersion = "13.0.10";
var InlineDialog = /*#__PURE__*/function (_Component) {

@@ -188,4 +189,4 @@ (0, _inherits2.default)(InlineDialog, _Component);

componentName: 'inlineDialog',
packageName: _version.name,
packageVersion: _version.version
packageName: packageName,
packageVersion: packageVersion
})((0, _analyticsNext.withAnalyticsEvents)({

@@ -197,4 +198,4 @@ onClose: createAndFireEventOnAtlaskit({

componentName: 'inlineDialog',
packageName: _version.name,
packageVersion: _version.version
packageName: packageName,
packageVersion: packageVersion
}

@@ -201,0 +202,0 @@ })

{
"name": "@atlaskit/inline-dialog",
"version": "13.0.9",
"version": "13.0.10",
"sideEffects": false
}

@@ -6,4 +6,5 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

import { Manager, Popper, Reference } from '@atlaskit/popper';
import { name as packageName, version as packageVersion } from '../version.json';
import { Container } from './styled';
const packageName = "@atlaskit/inline-dialog";
const packageVersion = "13.0.10";

@@ -10,0 +11,0 @@ class InlineDialog extends Component {

{
"name": "@atlaskit/inline-dialog",
"version": "13.0.9",
"version": "13.0.10",
"sideEffects": false
}

@@ -17,4 +17,5 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck";

import { Manager, Popper, Reference } from '@atlaskit/popper';
import { name as packageName, version as packageVersion } from '../version.json';
import { Container } from './styled';
var packageName = "@atlaskit/inline-dialog";
var packageVersion = "13.0.10";

@@ -21,0 +22,0 @@ var InlineDialog = /*#__PURE__*/function (_Component) {

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

@@ -42,4 +42,4 @@ "publishConfig": {

"@atlaskit/docs": "*",
"@atlaskit/icon": "^21.0.0",
"@atlaskit/select": "^13.0.0",
"@atlaskit/icon": "^21.4.0",
"@atlaskit/select": "^13.2.0",
"@atlaskit/single-select": "^10.0.0",

@@ -52,3 +52,3 @@ "@atlaskit/ssr": "*",

"react-dom": "^16.8.0",
"react-lorem-component": "^0.12.2",
"react-lorem-component": "^0.13.0",
"typescript": "3.9.6",

@@ -55,0 +55,0 @@ "wait-for-expect": "^1.2.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