Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@1auth/account

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1auth/account - npm Package Compare versions

Comparing version 0.0.0-alpha.44 to 0.0.0-alpha.45

4

index.js

@@ -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 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc