-
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.
* Use eval directly We've overwritten jQuery.globalEval() for security reasons in Nextcloud, to make this now compatible again I've changed this code to manually call eval. Ref nextcloud/server#4067 Signed-off-by: Lukas Reschke <[email protected]> * Increase version to 0.5.2 Signed-off-by: Lukas Reschke <[email protected]>
- Loading branch information
1 parent
47965bc
commit 82d63c3
Showing
3 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "strengthify", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"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
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,7 +1,7 @@ | ||
/** | ||
* Strengthify - show the weakness of a password (uses zxcvbn for this) | ||
* https://github.com/MorrisJobke/strengthify | ||
* Version: 0.5.1 | ||
* Version: 0.5.2 | ||
* License: The MIT License (MIT) | ||
* Copyright (c) 2013-2016 Morris Jobke <[email protected]> | ||
*/ | ||
|