-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I went through all commits of jwt-simple between 0.2.0 and 0.5.1 (latest). Nothing should affect our codebase.
- Loading branch information
1 parent
699ea81
commit 2b55f7c
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,9 +25,9 @@ | |
"author": "Ron Korving <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"minimist": "0.0.8", | ||
"jwt-simple": "0.2.0", | ||
"form-urlencoded": "0.0.6" | ||
"form-urlencoded": "0.0.6", | ||
"jwt-simple": "0.5.1", | ||
"minimist": "0.0.8" | ||
}, | ||
"devDependencies": { | ||
"eslint": "4.19.1", | ||
|