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

@vaadin/vaadin-login

Package Overview
Dependencies
Maintainers
19
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 21.0.0-alpha1 to 21.0.0-alpha10

18

package.json
{
"name": "@vaadin/vaadin-login",
"version": "21.0.0-alpha1",
"version": "21.0.0-alpha10",
"description": "vaadin-login",

@@ -29,9 +29,9 @@ "main": "vaadin-login-overlay.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-button": "^21.0.0-alpha1",
"@vaadin/vaadin-element-mixin": "^21.0.0-alpha1",
"@vaadin/vaadin-lumo-styles": "^21.0.0-alpha1",
"@vaadin/vaadin-material-styles": "^21.0.0-alpha1",
"@vaadin/vaadin-overlay": "^21.0.0-alpha1",
"@vaadin/vaadin-text-field": "^21.0.0-alpha1",
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha1"
"@vaadin/vaadin-button": "^21.0.0-alpha10",
"@vaadin/vaadin-element-mixin": "^21.0.0-alpha10",
"@vaadin/vaadin-lumo-styles": "^21.0.0-alpha10",
"@vaadin/vaadin-material-styles": "^21.0.0-alpha10",
"@vaadin/vaadin-overlay": "^21.0.0-alpha10",
"@vaadin/vaadin-text-field": "^21.0.0-alpha10",
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha10"
},

@@ -46,3 +46,3 @@ "devDependencies": {

},
"gitHead": "8542c7dadc4c86e454a48613f0f2d027dcb5aa86"
"gitHead": "9e75b3416edc041e35720c29a842423a1da66e60"
}

@@ -111,3 +111,3 @@ /**

static get version() {
return '21.0.0-alpha1';
return '21.0.0-alpha10';
}

@@ -114,0 +114,0 @@

@@ -31,2 +31,3 @@ import { LoginI18n } from './interfaces';

* Whether to hide the forgot password button. The button is visible by default.
* @attr {boolean} no-forgot-password
*/

@@ -33,0 +34,0 @@ noForgotPassword: boolean;

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

* @type {boolean}
* @attr {boolean} no-forgot-password
*/

@@ -68,0 +69,0 @@ noForgotPassword: {

@@ -29,3 +29,3 @@ import { registerStyles, css } from '@vaadin/vaadin-themable-mixin/register-styles.js';

padding: var(--lumo-space-m);
border-radius: var(--lumo-border-radius);
border-radius: var(--lumo-border-radius-m);
margin-top: var(--lumo-space-m);

@@ -32,0 +32,0 @@ margin-bottom: var(--lumo-space-s);

@@ -59,3 +59,3 @@ import { registerStyles, css } from '@vaadin/vaadin-themable-mixin/register-styles.js';

[part='card'] {
border-radius: var(--lumo-border-radius);
border-radius: var(--lumo-border-radius-l);
box-shadow: var(--lumo-box-shadow-s);

@@ -62,0 +62,0 @@ margin: var(--lumo-space-s);

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