@epic-web/totp
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -81,2 +81,1 @@ /** | ||
} | null; | ||
export type Buffer = import('buffer').Buffer; |
@@ -5,8 +5,5 @@ /** | ||
import * as crypto from 'crypto' | ||
/** | ||
* @typedef {import('buffer').Buffer} Buffer | ||
*/ | ||
/** | ||
* @type {{ encode: (data: string | Buffer) => string, decode: (data: string) => Buffer }} | ||
* @type {{ encode: (data: string | import('buffer').Buffer) => string, decode: (data: string) => import('buffer').Buffer }} | ||
*/ | ||
@@ -13,0 +10,0 @@ import * as base32 from 'thirty-two' |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Create and verify cryptographically secure Time-based One-time Passwords (TOTP) using the HMAC-based One-time Password (HOTP) algorithm.", | ||
@@ -17,0 +17,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
21078
295