@cyyynthia/tokenize
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -119,5 +119,5 @@ /* | ||
if (typeof account.then === 'function') { | ||
return account.then(account => _finishValidation(account, genTime)) | ||
return account.then(account => this._finishValidation(account, genTime)) | ||
} else { | ||
return _finishValidation(account, genTime) | ||
return this._finishValidation(account, genTime) | ||
} | ||
@@ -124,0 +124,0 @@ } |
{ | ||
"name": "@cyyynthia/tokenize", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A universal token format for authentication. Designed to be secure, flexible, and usable anywhere.", | ||
@@ -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
16110