Socket
Socket
Sign inDemoInstall

@vaadin/password-field

Package Overview
Dependencies
Maintainers
19
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 22.0.0-rc1 to 23.0.0-alpha1

10

package.json
{
"name": "@vaadin/password-field",
"version": "22.0.0-rc1",
"version": "23.0.0-alpha1",
"publishConfig": {

@@ -35,5 +35,5 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/text-field": "22.0.0-rc1",
"@vaadin/vaadin-lumo-styles": "22.0.0-rc1",
"@vaadin/vaadin-material-styles": "22.0.0-rc1"
"@vaadin/text-field": "23.0.0-alpha1",
"@vaadin/vaadin-lumo-styles": "23.0.0-alpha1",
"@vaadin/vaadin-material-styles": "23.0.0-alpha1"
},

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

},
"gitHead": "7b6f44bcd2c0fd415028ace666feeb0fedb1d540"
"gitHead": "fbcb07328fdf88260e3b461088d207426b21c710"
}

@@ -10,2 +10,9 @@ /**

/**
* Fired when the user commits a value change.
*/
export type PasswordFieldChangeEvent = Event & {
target: PasswordField;
};
/**
* Fired when the `invalid` property changes.

@@ -26,3 +33,5 @@ */

export interface PasswordFieldEventMap extends HTMLElementEventMap, PasswordFieldCustomEventMap {}
export interface PasswordFieldEventMap extends HTMLElementEventMap, PasswordFieldCustomEventMap {
change: PasswordFieldChangeEvent;
}

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