@1auth/authn
Advanced tools
Comparing version 0.0.0-alpha.48 to 0.0.0-alpha.49
@@ -48,3 +48,3 @@ import { setTimeout } from 'node:timers/promises' | ||
const now = nowInSeconds() | ||
for (let i = credentials.length; i--; ) { | ||
for (let i = credentials.length; i--;) { | ||
const credential = credentials[i] | ||
@@ -75,3 +75,3 @@ if (credential.expire && credential.expire < now) { | ||
const list = [] | ||
for (let i = items.length; i--; ) { | ||
for (let i = items.length; i--;) { | ||
const item = items[i] | ||
@@ -78,0 +78,0 @@ // TODO need filter for expire |
{ | ||
"name": "@1auth/authn", | ||
"version": "0.0.0-alpha.48", | ||
"version": "0.0.0-alpha.49", | ||
"description": "", | ||
@@ -53,4 +53,4 @@ "type": "module", | ||
"dependencies": { | ||
"@1auth/crypto": "0.0.0-alpha.48" | ||
"@1auth/crypto": "0.0.0-alpha.49" | ||
} | ||
} |
8843
+ Added@1auth/crypto@0.0.0-alpha.49(transitive)
- Removed@1auth/crypto@0.0.0-alpha.48(transitive)
Updated@1auth/crypto@0.0.0-alpha.49