-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Morris Jobke <[email protected]>
- Loading branch information
1 parent
7b4be36
commit d784526
Showing
7 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "strengthify", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"homepage": "https://github.com/MorrisJobke/strengthify", | ||
"authors": [ | ||
"Eve Ragins <[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Strengthify - show the weakness of a password (uses zxcvbn for this) | ||
* https://github.com/MorrisJobke/strengthify | ||
* | ||
* Version: 0.5.8 | ||
* Version: 0.5.9 | ||
* Author: Morris Jobke (github.com/MorrisJobke) - original | ||
* Eve Ragins @ Eve Corp (github.com/eve-corp) | ||
* | ||
|
@@ -11,7 +11,7 @@ | |
* | ||
* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2013-2019 Morris Jobke <[email protected]> | ||
* Copyright (c) 2013-2020 Morris Jobke <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
* this software and associated documentation files (the "Software"), to deal in | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/** | ||
* Strengthify - show the weakness of a password (uses zxcvbn for this) | ||
* https://github.com/MorrisJobke/strengthify | ||
* Version: 0.5.8 | ||
* Version: 0.5.9 | ||
* License: The MIT License (MIT) | ||
* Copyright (c) 2013-2019 Morris Jobke <[email protected]> | ||
* Copyright (c) 2013-2020 Morris Jobke <[email protected]> | ||
*/ | ||
|
||
.strengthify-wrapper { | ||
|