@levminer/speakeasy
Advanced tools
Comparing version 1.2.0-beta.0 to 1.2.0
@@ -177,2 +177,5 @@ const base32 = require("base32.js") | ||
// loop from C to C + W inclusive | ||
// this is a temporary fix becaouse wrong codes return a value too | ||
// FIX THIS LATER | ||
// eslint-disable-next-line no-unreachable-loop | ||
@@ -179,0 +182,0 @@ for (i = counter; i <= counter + window; ++i) { |
{ | ||
"name": "@levminer/speakeasy", | ||
"description": "Two-factor authentication for Node.js. Generate One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.", | ||
"version": "1.2.0-beta.0", | ||
"version": "1.2.0", | ||
"homepage": "http://github.com/Levminer/speakeasy", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/Levminer/speakeasy/issues", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
81296
633
0