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

@vaadin-component-factory/vcf-popup

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin-component-factory/vcf-popup - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

.vscode/settings.json

2

package.json
{
"name": "@vaadin-component-factory/vcf-popup",
"version": "1.1.0",
"version": "1.2.0",
"description": "Vaadin Component Factory Popup for Polymer 3",

@@ -5,0 +5,0 @@ "main": "theme/lumo/vcf-popup.js",

@@ -134,3 +134,8 @@ /*

}
this.$.popupOverlay.style.top = `${positionTop}px`;
if (positionTop + overlayRect.height > window.innerHeight + window.pageYOffset) {
this.$.popupOverlay.style.top = `${positionTop - targetBoundingRect.height - overlayRect.height}px`;
} else {
this.$.popupOverlay.style.top = `${positionTop}px`;
}
}

@@ -137,0 +142,0 @@ }

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