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.0.2 to 1.1.0

2

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

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

@@ -15,3 +15,3 @@ /*

class VcfPopupP3 extends ElementMixin(ThemableMixin(PolymerElement)) {
class VcfPopup extends ElementMixin(ThemableMixin(PolymerElement)) {
static get template() {

@@ -139,3 +139,3 @@ return html`

customElements.define(VcfPopupP3.is, VcfPopupP3);
customElements.define(VcfPopup.is, VcfPopup);

@@ -145,6 +145,6 @@ /**

*/
window.Vaadin.VcfPopupP3 = VcfPopupP3;
window.Vaadin.VcfPopup = VcfPopup;
if (window.Vaadin.runIfDevelopmentMode) {
window.Vaadin.runIfDevelopmentMode('vaadin-license-checker', VcfPopupP3);
window.Vaadin.runIfDevelopmentMode('vaadin-license-checker', VcfPopup);
}
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