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.0.9 to 23.0.10

12

package.json
{
"name": "@vaadin/password-field",
"version": "23.0.9",
"version": "23.0.10",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/button": "^23.0.9",
"@vaadin/text-field": "^23.0.9",
"@vaadin/vaadin-lumo-styles": "^23.0.9",
"@vaadin/vaadin-material-styles": "^23.0.9"
"@vaadin/button": "^23.0.10",
"@vaadin/text-field": "^23.0.10",
"@vaadin/vaadin-lumo-styles": "^23.0.10",
"@vaadin/vaadin-material-styles": "^23.0.10"
},

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

},
"gitHead": "4d687bdd48ba78d55f3371a78b70818e4dfca1a3"
"gitHead": "e8402a55ce0e823ae6da5c97486998cfd931b1d3"
}

@@ -97,3 +97,3 @@ /**

listener: (this: PasswordField, ev: PasswordFieldEventMap[K]) => void,
options?: boolean | AddEventListenerOptions
options?: boolean | AddEventListenerOptions,
): void;

@@ -104,3 +104,3 @@

listener: (this: PasswordField, ev: PasswordFieldEventMap[K]) => void,
options?: boolean | EventListenerOptions
options?: boolean | EventListenerOptions,
): void;

@@ -107,0 +107,0 @@ }

@@ -84,3 +84,3 @@ /**

observer: '_revealButtonHiddenChanged',
value: false
value: false,
},

@@ -97,3 +97,3 @@

observer: '_passwordVisibleChanged',
readOnly: true
readOnly: true,
},

@@ -116,6 +116,6 @@

return {
reveal: 'Show password'
reveal: 'Show password',
};
}
}
},
},
};

@@ -136,3 +136,3 @@ }

}
`
`,
];

@@ -168,3 +168,3 @@ }

btn.addEventListener('touchend', host.__boundRevealButtonTouchend);
}
},
);

@@ -171,0 +171,0 @@ this.addController(this._revealButtonController);

@@ -25,3 +25,3 @@ /**

registerStyles('vaadin-password-field-button', [button, passwordFieldButton], {
moduleId: 'lumo-password-field-button'
moduleId: 'lumo-password-field-button',
});

@@ -36,3 +36,3 @@ /**

registerStyles('vaadin-password-field-button', [button, passwordFieldButton], {
moduleId: 'material-password-field-button'
moduleId: 'material-password-field-button',
});
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