Socket
Socket
Sign inDemoInstall

@vaadin/password-field

Package Overview
Dependencies
Maintainers
14
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 23.2.0-alpha2 to 23.2.0-alpha3

12

package.json
{
"name": "@vaadin/password-field",
"version": "23.2.0-alpha2",
"version": "23.2.0-alpha3",
"publishConfig": {

@@ -36,6 +36,6 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/button": "23.2.0-alpha2",
"@vaadin/text-field": "23.2.0-alpha2",
"@vaadin/vaadin-lumo-styles": "23.2.0-alpha2",
"@vaadin/vaadin-material-styles": "23.2.0-alpha2"
"@vaadin/button": "23.2.0-alpha3",
"@vaadin/text-field": "23.2.0-alpha3",
"@vaadin/vaadin-lumo-styles": "23.2.0-alpha3",
"@vaadin/vaadin-material-styles": "23.2.0-alpha3"
},

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

},
"gitHead": "c9b8113d0fa9a602f8b9cb915c1826355af2e8df"
"gitHead": "06e5875be93ca50da2846dafc65a8531010c0576"
}

@@ -26,2 +26,7 @@ /**

/**
* Fired whenever the field is validated.
*/
export type PasswordFieldValidatedEvent = CustomEvent<{ valid: boolean }>;
export interface PasswordFieldCustomEventMap {

@@ -31,2 +36,4 @@ 'invalid-changed': PasswordFieldInvalidChangedEvent;

'value-changed': PasswordFieldValueChangedEvent;
validated: PasswordFieldValidatedEvent;
}

@@ -68,2 +75,3 @@

* @fires {CustomEvent} value-changed - Fired when the `value` property changes.
* @fires {CustomEvent} validated - Fired whenever the field is validated.
*/

@@ -70,0 +78,0 @@ declare class PasswordField extends SlotStylesMixin(TextField) {

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

* @fires {CustomEvent} value-changed - Fired when the `value` property changes.
* @fires {CustomEvent} validated - Fired whenever the field is validated.
*

@@ -52,0 +53,0 @@ * @extends TextField

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