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 12.1.13 to 12.1.14

dist/es2019/index.d.ts

6

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

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

2

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

@@ -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",

@@ -37,12 +38,12 @@ "sideEffects": false,

"devDependencies": {
"@atlaskit/build-utils": "^2.2.7",
"@atlaskit/build-utils": "*",
"@atlaskit/button": "^13.3.12",
"@atlaskit/datetime-picker": "^9.4.2",
"@atlaskit/docs": "^8.4.0",
"@atlaskit/docs": "*",
"@atlaskit/icon": "^20.1.1",
"@atlaskit/select": "^11.0.11",
"@atlaskit/single-select": "^9.0.1",
"@atlaskit/ssr": "^0.1.1",
"@atlaskit/visual-regression": "^0.1.9",
"@atlaskit/webdriver-runner": "^0.4.0",
"@atlaskit/ssr": "*",
"@atlaskit/visual-regression": "*",
"@atlaskit/webdriver-runner": "*",
"@testing-library/react": "^8.0.1",

@@ -49,0 +50,0 @@ "enzyme": "^3.10.0",

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

"module": "../dist/esm/types.js",
"module:es2019": "../dist/es2019/types.js",
"types": "../dist/cjs/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