Socket
Socket
Sign inDemoInstall

@vaadin/password-field

Package Overview
Dependencies
Maintainers
12
Versions
376
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/password-field - npm Package Compare versions

Comparing version 24.4.0-dev.b3e1d14600 to 24.4.0-rc1

src/vaadin-lit-password-field-button.js

21

package.json
{
"name": "@vaadin/password-field",
"version": "24.4.0-dev.b3e1d14600",
"version": "24.4.0-rc1",
"publishConfig": {

@@ -39,10 +39,11 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.4.0-dev.b3e1d14600",
"@vaadin/button": "24.4.0-dev.b3e1d14600",
"@vaadin/component-base": "24.4.0-dev.b3e1d14600",
"@vaadin/field-base": "24.4.0-dev.b3e1d14600",
"@vaadin/text-field": "24.4.0-dev.b3e1d14600",
"@vaadin/vaadin-lumo-styles": "24.4.0-dev.b3e1d14600",
"@vaadin/vaadin-material-styles": "24.4.0-dev.b3e1d14600",
"@vaadin/vaadin-themable-mixin": "24.4.0-dev.b3e1d14600"
"@vaadin/a11y-base": "24.4.0-rc1",
"@vaadin/button": "24.4.0-rc1",
"@vaadin/component-base": "24.4.0-rc1",
"@vaadin/field-base": "24.4.0-rc1",
"@vaadin/text-field": "24.4.0-rc1",
"@vaadin/vaadin-lumo-styles": "24.4.0-rc1",
"@vaadin/vaadin-material-styles": "24.4.0-rc1",
"@vaadin/vaadin-themable-mixin": "24.4.0-rc1",
"lit": "^3.0.0"
},

@@ -58,3 +59,3 @@ "devDependencies": {

],
"gitHead": "502d4f5b03f770a83d270d98078cde230254dd0e"
"gitHead": "a81e3b927d44c56613fa4e1307494a2acc81005f"
}

@@ -8,3 +8,2 @@ # @vaadin/password-field

[![npm version](https://badgen.net/npm/v/@vaadin/password-field)](https://www.npmjs.com/package/@vaadin/password-field)
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)

@@ -11,0 +10,0 @@ ```html

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -68,3 +68,3 @@ */

static get observers() {
return ['__i18nChanged(i18n.*)'];
return ['__i18nChanged(i18n)'];
}

@@ -188,3 +188,3 @@

__updateAriaLabel(i18n) {
if (i18n.reveal && this._revealNode) {
if (i18n && i18n.reveal && this._revealNode) {
this._revealNode.setAttribute('aria-label', i18n.reveal);

@@ -196,3 +196,3 @@ }

__i18nChanged(i18n) {
this.__updateAriaLabel(i18n.base);
this.__updateAriaLabel(i18n);
}

@@ -199,0 +199,0 @@

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

@@ -5,0 +5,0 @@ */

/**
* @license
* Copyright (c) 2021 - 2023 Vaadin Ltd.
* Copyright (c) 2021 - 2024 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/

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