Skip to content

Commit

Permalink
version bump to 5.0.3 - try/catch around JWT.decode to prevent throw
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Aug 21, 2015
1 parent 8bb1b55 commit 281c029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hapi-auth-jwt2",
"version": "5.0.2",
"version": "5.0.3",
"description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -33,16 +33,16 @@
"dependencies": {
"boom": "^2.8.0",
"cookie": "^0.2.0",
"jsonwebtoken": "^5.0.4"
"jsonwebtoken": "^5.0.5"
},
"peerDependencies": {
"hapi": ">=9.x.x"
},
"devDependencies": {
"aguid": "^1.0.3",
"hapi": "^9.0.2",
"hapi": "^9.0.3",
"codeclimate-test-reporter": "^0.1.0",
"istanbul": "^0.3.17",
"istanbul": "^0.3.18",
"jshint": "^2.8.0",
"pre-commit": "^1.1.1",
"redis": "^0.12.1",
Expand Down

0 comments on commit 281c029

Please sign in to comment.