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

@spectrum-web-components/overlay

Package Overview
Dependencies
Maintainers
5
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/overlay - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.4.2...@spectrum-web-components/overlay@0.4.3) (2020-08-05)
### Bug Fixes
- use height: 100% to avoid layout breaks ([1498129](https://github.com/adobe/spectrum-web-components/commit/14981291e6d860a8fde7e1746a4a03af4df1e572))
## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.4.1...@spectrum-web-components/overlay@0.4.2) (2020-07-24)

@@ -8,0 +14,0 @@

4

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.4.2",
"version": "0.4.3",
"description": "",

@@ -64,3 +64,3 @@ "main": "src/index.js",

},
"gitHead": "4a420fbee76f5ff62da8fab792542bcb3b1dd0d1"
"gitHead": "d08375a0d700d635c2fe0a142f3d7877ec18bff6"
}

@@ -88,2 +88,3 @@ /*

position: relative;
height: 100%;
z-index: 0;

@@ -90,0 +91,0 @@ }

@@ -59,2 +59,3 @@ /*

position: relative;
height: 100%;
z-index: 0;

@@ -61,0 +62,0 @@ }

Sorry, the diff of this file is not supported yet

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