Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "byu-jwt", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "The byu-jwt module provides helpful functions to retrieve a specified BYU .well-known URL and verify BYU signed JWTs.", | ||
@@ -17,10 +17,10 @@ "main": "index.js", | ||
"dependencies": { | ||
"request": "^2.69.0", | ||
"bluebird": "^3.3.1", | ||
"jsonwebtoken": "^5.7.0", | ||
"pem": "^1.8.1" | ||
"request": "^2.87.0", | ||
"bluebird": "^3.5.1", | ||
"jsonwebtoken": "^8.2.1", | ||
"pem": "^1.12.5" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^3.5.0" | ||
"mocha": "^5.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40771
7
+ Addedjsonwebtoken@8.5.1(transitive)
+ Addedlodash.includes@4.3.0(transitive)
+ Addedlodash.isboolean@3.0.3(transitive)
+ Addedlodash.isinteger@4.0.4(transitive)
+ Addedlodash.isnumber@3.0.3(transitive)
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedlodash.isstring@4.0.1(transitive)
+ Addedlodash.once@4.1.1(transitive)
+ Addedms@2.1.3(transitive)
+ Addedsemver@5.7.2(transitive)
- Removedjsonwebtoken@5.7.0(transitive)
- Removedms@0.7.3(transitive)
- Removedxtend@4.0.2(transitive)
Updatedbluebird@^3.5.1
Updatedjsonwebtoken@^8.2.1
Updatedpem@^1.12.5
Updatedrequest@^2.87.0