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

@atlaskit/layer

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/layer - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

dist/es2019/version.json

6

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

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

2

dist/cjs/version.json
{
"name": "@atlaskit/layer",
"version": "8.0.2",
"version": "8.0.3",
"sideEffects": false
}
{
"name": "@atlaskit/layer",
"version": "8.0.2",
"version": "8.0.3",
"sideEffects": false
}
{
"name": "@atlaskit/layer",
"version": "8.0.2",
"version": "8.0.3",
"description": "A React layer component responsible for the position of an element on a page",

@@ -8,10 +8,18 @@ "publishConfig": {

},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
"author": "Atlassian Pty Ltd",
"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",
"sideEffects": false,
"atlaskit:src": "src/index.js",
"sideEffects": false,
"author": "Atlassian Pty Ltd",
"team": "Design System Team",
"repository": "https://bitbucket.org/atlassian/atlaskit-mk-2",
"atlassian": {
"team": "Design System Team",
"releaseModel": "scheduled",
"website": {
"deprecated": "This is an internal component and should not be used directly.",
"name": "Layer"
}
},
"dependencies": {

@@ -28,6 +36,6 @@ "@babel/runtime": "^7.0.0",

"devDependencies": {
"@atlaskit/build-utils": "^2.6.4",
"@atlaskit/build-utils": "*",
"@atlaskit/docs": "^8.5.0",
"@atlaskit/section-message": "^4.1.5",
"@atlaskit/ssr": "^0.1.1",
"@atlaskit/ssr": "*",
"enzyme": "^3.10.0",

@@ -37,7 +45,2 @@ "raf-stub": "^2.0.1",

},
"atlaskit": {
"internal": true,
"deprecated": "This is an internal component and should not be used directly.",
"name": "Layer"
},
"keywords": [

@@ -44,0 +47,0 @@ "atlaskit",

{
"name": "@atlaskit/layer/styledContentContainer",
"main": "../dist/cjs/styledContentContainer.js",
"module": "../dist/esm/styledContentContainer.js"
"module": "../dist/esm/styledContentContainer.js",
"module:es2019": "../dist/es2019/styledContentContainer.js"
}
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