@1auth/authn
Advanced tools
Comparing version 0.0.0-alpha.42 to 0.0.0-alpha.43
@@ -6,3 +6,3 @@ import { setTimeout } from 'node:timers/promises' | ||
symetricEncryptFields, | ||
symetricDecryptFields | ||
symmetricDecryptFields | ||
} from '@1auth/crypto' | ||
@@ -83,3 +83,3 @@ | ||
delete credential.encryptionKey | ||
const decryptedCredential = symetricDecryptFields( | ||
const decryptedCredential = symmetricDecryptFields( | ||
credential, | ||
@@ -188,3 +188,3 @@ { encryptedKey, sub }, | ||
const { encryptionKey: encryptedKey } = credential | ||
const decryptedCredential = symetricDecryptFields( | ||
const decryptedCredential = symmetricDecryptFields( | ||
credential, | ||
@@ -243,3 +243,3 @@ { encryptedKey, sub }, | ||
const { encryptionKey: encryptedKey } = credential | ||
const decryptedCredential = symetricDecryptFields( | ||
const decryptedCredential = symmetricDecryptFields( | ||
credential, | ||
@@ -246,0 +246,0 @@ { encryptedKey, sub }, |
{ | ||
"name": "@1auth/authn", | ||
"version": "0.0.0-alpha.42", | ||
"version": "0.0.0-alpha.43", | ||
"description": "", | ||
@@ -53,4 +53,4 @@ "type": "module", | ||
"dependencies": { | ||
"@1auth/crypto": "0.0.0-alpha.42" | ||
"@1auth/crypto": "0.0.0-alpha.43" | ||
} | ||
} |
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
8342
+ Added@1auth/crypto@0.0.0-alpha.43(transitive)
- Removed@1auth/crypto@0.0.0-alpha.42(transitive)
Updated@1auth/crypto@0.0.0-alpha.43