@epic-web/totp
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Create and verify cryptographically secure Time-based One-time Passwords (TOTP) using the HMAC-based One-time Password (HOTP) algorithm.", | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": "20" | ||
"node": ">=18" | ||
}, | ||
@@ -28,0 +28,0 @@ "prettier": { |
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
22042