Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
ngx-show-hide-password
Advanced tools
Add split input button to password or text input. Toggles input type between "text" and "password".
^7
^4.1
$ npm install ngx-show-hide-password --save
$ yarn add ngx-show-hide-password
// app.module.ts
import { ShowHidePasswordModule } from 'ngx-show-hide-password';
...
@NgModule({
...
imports: [
BrowserModule,
FormsModule,
ShowHidePasswordModule,
...
],
...
})
<show-hide-password size="lg" btnStyle="primary" [btnOutline]="false">
<input type="password" name=... >
</show-hide-password>
Password hidden | Password exposed |
---|---|
Demo on stackblitz
true
primary
, secondary
, success
, warning
, danger
or info
. default: secondary
sm
, lg
or nothing@1.1.0
insteadMIT © Oliver Sahner
FAQs
> Add split input button to password or text input. Toggles input type between "text" and "password".
The npm package ngx-show-hide-password receives a total of 825 weekly downloads. As such, ngx-show-hide-password popularity was classified as not popular.
We found that ngx-show-hide-password demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.