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

@atlaskit/section-message

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/section-message - npm Package Compare versions

Comparing version 4.0.6 to 4.0.7

build/tsconfig.json

16

bundle-size-ratchet.json

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

"package": "@atlaskit/section-message",
"version": "4.0.1",
"version": "4.0.2",
"dependent": true,

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

"package": "@atlaskit/section-message",
"version": "4.0.1",
"version": "4.0.2",
"dependent": true,

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

"package": "@atlaskit/section-message",
"version": "4.0.1",
"version": "4.0.2",
"dependent": true,

@@ -37,4 +37,4 @@ "id": "atlaskit.core.main",

"stats": {
"size": 51176,
"gzipSize": 13053
"size": 51220,
"gzipSize": 13060
}

@@ -45,3 +45,3 @@ },

"package": "@atlaskit/section-message",
"version": "4.0.1",
"version": "4.0.2",
"dependent": true,

@@ -51,6 +51,6 @@ "id": "combined.main",

"stats": {
"size": 91196,
"gzipSize": 25104
"size": 91240,
"gzipSize": 25110
}
}
]
# @atlaskit/section-message
## 4.0.7
### 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
## 4.0.6

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

{
"name": "@atlaskit/section-message",
"version": "4.0.6",
"version": "4.0.7",
"description": "A react component used to alert users of a particular screen area that needs user action",
"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",

@@ -23,3 +24,3 @@ "sideEffects": false,

"dependencies": {
"@atlaskit/button": "^13.0.12",
"@atlaskit/button": "^13.0.14",
"@atlaskit/icon": "^19.0.0",

@@ -35,4 +36,4 @@ "@atlaskit/theme": "^9.1.1",

"devDependencies": {
"@atlaskit/build-utils": "^2.0.0",
"@atlaskit/code": "^11.0.4",
"@atlaskit/build-utils": "^2.2.2",
"@atlaskit/code": "^11.0.5",
"@atlaskit/docs": "^8.1.3",

@@ -39,0 +40,0 @@ "@atlaskit/field-range": "^7.0.5",

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