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

@1auth/authn

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/authn - npm Package Compare versions

Comparing version 0.0.0-alpha.42 to 0.0.0-alpha.43

8

index.js

@@ -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"
}
}
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