jsonwebtoken
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -7,2 +7,11 @@ # Change Log | ||
## 7.2.0 - 2016-12-06 | ||
- improve the documentation for expiration ([771e0b5f9bed90771fb79140eb38e51a3ecac8f0](https://github.com/auth0/node-jsonwebtoken/commit/771e0b5f9bed90771fb79140eb38e51a3ecac8f0)) | ||
- Restructured a sentence ([ccc7610187a862f7a50177eadc9152eef26cd065](https://github.com/auth0/node-jsonwebtoken/commit/ccc7610187a862f7a50177eadc9152eef26cd065)) | ||
- Allow `keyid` on `sign`. ([b412be91b89acb3a742bb609d3b54e47e1dfc441](https://github.com/auth0/node-jsonwebtoken/commit/b412be91b89acb3a742bb609d3b54e47e1dfc441)) | ||
- upgrade joi ([715e3d928023d414d45c6dc3f096a7c8448139ae](https://github.com/auth0/node-jsonwebtoken/commit/715e3d928023d414d45c6dc3f096a7c8448139ae)) | ||
- upgrade to latest nodes and Travis infrastructure ([3febcc1dd23ecdec1abbf89313959941d15eb47a](https://github.com/auth0/node-jsonwebtoken/commit/3febcc1dd23ecdec1abbf89313959941d15eb47a)) | ||
## 7.1.10 - 2016-12-06 | ||
@@ -9,0 +18,0 @@ |
{ | ||
"name": "jsonwebtoken", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "JSON Web Token implementation (symmetric and asymmetric)", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha --require test/util/fakeDate" | ||
"test": "mocha --require test/util/fakeDate && nsp check" | ||
}, | ||
@@ -22,3 +22,3 @@ "repository": { | ||
"dependencies": { | ||
"joi": "^10.0.1", | ||
"joi": "^6.10.1", | ||
"jws": "^3.1.4", | ||
@@ -34,2 +34,3 @@ "lodash.once": "^4.0.0", | ||
"mocha": "^2.1.0", | ||
"nsp": "^2.6.2", | ||
"sinon": "^1.15.4" | ||
@@ -36,0 +37,0 @@ }, |
@@ -43,3 +43,3 @@ # jsonwebtoken | ||
There are no default values for `expiresIn`, `notBefore`, `audience`, `subject`, `issuer`. These claims can also be provided in the payload directly with `exp`, `nbf`, `aud` and `sub` respectively, but you can't include in both places. | ||
There are no default values for `expiresIn`, `notBefore`, `audience`, `subject`, `issuer`. These claims can also be provided in the payload directly with `exp`, `nbf`, `aud`, `sub` and `iss` respectively, but you can't include in both places. | ||
@@ -46,0 +46,0 @@ |
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
91794
6
+ Addedhoek@2.16.3(transitive)
+ Addedisemail@1.2.0(transitive)
+ Addedjoi@6.10.1(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addedtopo@1.1.0(transitive)
- Removedhoek@4.3.1(transitive)
- Removedisemail@2.2.1(transitive)
- Removeditems@2.2.1(transitive)
- Removedjoi@10.6.0(transitive)
- Removedtopo@2.1.1(transitive)
Updatedjoi@^6.10.1