2factor-auth
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,3 +8,3 @@ var crypto = require('crypto'); | ||
* Get a base36 crypto secure key | ||
* @param {number} length (Optional) length in bytes of the generated key (defaults to 20) | ||
* @param {number?} length (Optional) length in bytes of the generated key (defaults to 20) | ||
* @param {function(Error, string)} cb callback(err, result) function that will be called with the generated key | ||
@@ -11,0 +11,0 @@ * @returns {void} |
{ | ||
"name": "2factor-auth", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TOTP + HOTP library, aimed for communication between servers handing 2FA", | ||
@@ -5,0 +5,0 @@ "main": "lib/2FA.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
12473