@1auth/account
Advanced tools
Comparing version 0.0.0-alpha.44 to 0.0.0-alpha.45
@@ -6,3 +6,3 @@ import { | ||
randomId, | ||
makeSymetricKey, | ||
symmetricGenerateEncryptionKey, | ||
makeAsymmetricKeys, | ||
@@ -61,3 +61,3 @@ symmetricEncryptFields, | ||
const { encryptionKey, encryptedKey } = makeSymetricKey(sub) | ||
const { encryptionKey, encryptedKey } = symmetricGenerateEncryptionKey(sub) | ||
const encryptedValues = symmetricEncryptFields( | ||
@@ -64,0 +64,0 @@ { ...values, ...asymmetricKeys }, |
{ | ||
"name": "@1auth/account", | ||
"version": "0.0.0-alpha.44", | ||
"version": "0.0.0-alpha.45", | ||
"description": "", | ||
@@ -53,4 +53,4 @@ "type": "module", | ||
"dependencies": { | ||
"@1auth/crypto": "0.0.0-alpha.44" | ||
"@1auth/crypto": "0.0.0-alpha.45" | ||
} | ||
} |
@@ -25,3 +25,3 @@ # @1auth/account | ||
// Initialize | ||
crypto({ symetricEncryptionKey: '_32B_APPLICATION_ENCRYPTION_KEY_' }); | ||
crypto({ symmetricEncryptionKey: '_32B_APPLICATION_ENCRYPTION_KEY_' }); | ||
account({ store, notify }); | ||
@@ -28,0 +28,0 @@ ``` |
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
5578
+ Added@1auth/crypto@0.0.0-alpha.45(transitive)
- Removed@1auth/crypto@0.0.0-alpha.44(transitive)
Updated@1auth/crypto@0.0.0-alpha.45