node-webtokens
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -100,2 +100,3 @@ const jws = require('./lib/jws.js'); | ||
cb = typeof cb === 'function' ? cb : undefined; | ||
if (this.error) return responder(null, this, cb); | ||
let key; | ||
@@ -102,0 +103,0 @@ if (p0.constructor !== Object) { |
{ | ||
"name": "node-webtokens", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Simple, opinionated implementation of JWS and JWE compact serialization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
54299
756