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

@vaadin/vaadin-login

Package Overview
Dependencies
Maintainers
15
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-login - npm Package Compare versions

Comparing version 1.0.0-alpha9 to 1.0.0-beta1

2

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-login",
"version": "1.0.0-alpha9",
"version": "1.0.0-beta1",
"main": "vaadin-login-overlay.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

@@ -61,3 +61,3 @@ import './vaadin-login-form-wrapper.js';

static get version() {
return '1.0.0-alpha9';
return '1.0.0-beta1';
}

@@ -64,0 +64,0 @@

@@ -161,6 +161,3 @@ /**

_getElementsToTeleport() {
if (!this._elementsToTeleport) {
this._elementsToTeleport = this.querySelectorAll('[slot=title]');
}
return this._elementsToTeleport;
return this.querySelectorAll('[slot=title]');
}

@@ -167,0 +164,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