@1auth/authn-recovery-codes
Advanced tools
Comparing version 0.0.0-alpha.27 to 0.0.0-alpha.28
@@ -45,3 +45,3 @@ import { recoveryCode } from '@1auth/crypto' | ||
const secrets = [] | ||
for (let i = options.count; i--;) { | ||
for (let i = options.count; i--; ) { | ||
const secret = await options.secret.create() | ||
@@ -48,0 +48,0 @@ const id = await authnCreate( |
@@ -45,3 +45,3 @@ import { recoveryCode } from '@1auth/crypto' | ||
const secrets = [] | ||
for (let i = options.count; i--;) { | ||
for (let i = options.count; i--; ) { | ||
const secret = await options.secret.create() | ||
@@ -48,0 +48,0 @@ const id = await authnCreate( |
{ | ||
"name": "@1auth/authn-recovery-codes", | ||
"version": "0.0.0-alpha.27", | ||
"version": "0.0.0-alpha.28", | ||
"description": "", | ||
@@ -53,5 +53,5 @@ "type": "module", | ||
"dependencies": { | ||
"@1auth/authn": "0.0.0-alpha.27", | ||
"@1auth/crypto": "0.0.0-alpha.27" | ||
"@1auth/authn": "0.0.0-alpha.28", | ||
"@1auth/crypto": "0.0.0-alpha.28" | ||
} | ||
} |
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
5535
+ Added@1auth/authn@0.0.0-alpha.28(transitive)
+ Added@1auth/crypto@0.0.0-alpha.28(transitive)
+ Added@emnapi/core@0.45.0(transitive)
+ Added@emnapi/runtime@0.45.0(transitive)
+ Added@node-rs/argon2@1.6.1(transitive)
+ Added@node-rs/argon2-android-arm-eabi@1.6.1(transitive)
+ Added@node-rs/argon2-android-arm64@1.6.1(transitive)
+ Added@node-rs/argon2-darwin-arm64@1.6.1(transitive)
+ Added@node-rs/argon2-darwin-x64@1.6.1(transitive)
+ Added@node-rs/argon2-freebsd-x64@1.6.1(transitive)
+ Added@node-rs/argon2-linux-arm-gnueabihf@1.6.1(transitive)
+ Added@node-rs/argon2-linux-arm64-gnu@1.6.1(transitive)
+ Added@node-rs/argon2-linux-arm64-musl@1.6.1(transitive)
+ Added@node-rs/argon2-linux-x64-gnu@1.6.1(transitive)
+ Added@node-rs/argon2-linux-x64-musl@1.6.1(transitive)
+ Added@node-rs/argon2-wasm32-wasi@1.6.1(transitive)
+ Added@node-rs/argon2-win32-arm64-msvc@1.6.1(transitive)
+ Added@node-rs/argon2-win32-ia32-msvc@1.6.1(transitive)
+ Added@node-rs/argon2-win32-x64-msvc@1.6.1(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@1auth/authn@0.0.0-alpha.27(transitive)
- Removed@1auth/crypto@0.0.0-alpha.27(transitive)
- Removed@node-rs/argon2@1.5.0(transitive)
- Removed@node-rs/argon2-android-arm-eabi@1.5.0(transitive)
- Removed@node-rs/argon2-android-arm64@1.5.0(transitive)
- Removed@node-rs/argon2-darwin-arm64@1.5.0(transitive)
- Removed@node-rs/argon2-darwin-x64@1.5.0(transitive)
- Removed@node-rs/argon2-freebsd-x64@1.5.0(transitive)
- Removed@node-rs/argon2-linux-arm-gnueabihf@1.5.0(transitive)
- Removed@node-rs/argon2-linux-arm64-gnu@1.5.0(transitive)
- Removed@node-rs/argon2-linux-arm64-musl@1.5.0(transitive)
- Removed@node-rs/argon2-linux-x64-gnu@1.5.0(transitive)
- Removed@node-rs/argon2-linux-x64-musl@1.5.0(transitive)
- Removed@node-rs/argon2-win32-arm64-msvc@1.5.0(transitive)
- Removed@node-rs/argon2-win32-ia32-msvc@1.5.0(transitive)
- Removed@node-rs/argon2-win32-x64-msvc@1.5.0(transitive)
Updated@1auth/authn@0.0.0-alpha.28
Updated@1auth/crypto@0.0.0-alpha.28