Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-show-hide-password

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-show-hide-password - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

7

package.json
{
"name": "ngx-show-hide-password",
"version": "2.0.1",
"version": "2.0.2",
"repository": {

@@ -24,3 +24,6 @@ "type": "git",

"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0"
"@angular/core": "^7.1.0",
"@fortawesome/angular-fontawesome": "^0.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2"
},

@@ -27,0 +30,0 @@ "main": "bundles/ngx-show-hide-password.umd.js",

@@ -16,9 +16,11 @@ # ngx-show-hide-password

```bash
npm install ngx-show-hide-password --save
npm install @fortawesome/angular-fontawesome @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons --save
```
$ npm install ngx-show-hide-password --save
```
```bash
yarn add ngx-show-hide-password
yarn add @fortawesome/angular-fontawesome @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons
```
$ yarn add ngx-show-hide-password
```

@@ -63,2 +65,3 @@ ### Example

* v2.0.2 fix build script and update readme
* v2.0.0 switchted to @angular/cli and ng-packagr, requires @angular/core v7, includes Font Awesome Eye/EyeSlash Icon

@@ -65,0 +68,0 @@ * v1.2.5 add 2 new attributes, btnStyle and btnOutline

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