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.3.6 to 0.3.7

6

CHANGELOG.md

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

## [0.3.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.3.6...@spectrum-web-components/overlay@0.3.7) (2020-05-08)
### Bug Fixes
- **dropdown:** correct conditional check ([a3a790f](https://github.com/adobe/spectrum-web-components/commit/a3a790f6c3f5f8f0837d619ca57c1090ab14e638))
## [0.3.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.3.5...@spectrum-web-components/overlay@0.3.6) (2020-05-08)

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

2

lib/apply-max-size.js

@@ -24,3 +24,3 @@ /*

const actualHeight = appliedSizeDefaults.get(state.elements.popper);
const constrainHeight = maxHeight > actualHeight;
const constrainHeight = maxHeight < actualHeight;
const appliedHeight = constrainHeight ? `${maxHeight}px` : '';

@@ -27,0 +27,0 @@ state.styles.popper.maxHeight = appliedHeight;

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

],
"version": "0.3.6",
"version": "0.3.7",
"description": "",

@@ -53,3 +53,3 @@ "main": "lib/index.js",

},
"gitHead": "4068602ee6a355db24878fad4762815eacc0a730"
"gitHead": "1f8f11ef9dfb81e9b2ad7998fcc2955b331440ab"
}

@@ -54,3 +54,3 @@ /*

const actualHeight = appliedSizeDefaults.get(state.elements.popper);
const constrainHeight = maxHeight > actualHeight;
const constrainHeight = maxHeight < actualHeight;
const appliedHeight = constrainHeight ? `${maxHeight}px` : '';

@@ -57,0 +57,0 @@ state.styles.popper.maxHeight = appliedHeight;

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