Socket
Socket
Sign inDemoInstall

@1auth/authn-recovery-codes

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1auth/authn-recovery-codes - npm Package Compare versions

Comparing version 0.0.0-alpha.28 to 0.0.0-alpha.29

2

./index.js

@@ -45,3 +45,3 @@ import { recoveryCode } from '@1auth/crypto'

const secrets = []
for (let i = options.count; i--; ) {
for (let i = options.count; i--;) {
const secret = await options.secret.create()

@@ -48,0 +48,0 @@ const id = await authnCreate(

@@ -45,3 +45,3 @@ import { recoveryCode } from '@1auth/crypto'

const secrets = []
for (let i = options.count; i--; ) {
for (let i = options.count; i--;) {
const secret = await options.secret.create()

@@ -48,0 +48,0 @@ const id = await authnCreate(

{
"name": "@1auth/authn-recovery-codes",
"version": "0.0.0-alpha.28",
"version": "0.0.0-alpha.29",
"description": "",

@@ -51,7 +51,7 @@ "type": "module",

"homepage": "https://github.com/willfarrell/1auth",
"gitHead": "a8ce53307b74b1e4946a100dbaedc5306742909d",
"gitHead": "5040a6a39b5e7518c4bd32e7e73425dc7482afc2",
"dependencies": {
"@1auth/authn": "0.0.0-alpha.28",
"@1auth/crypto": "0.0.0-alpha.28"
"@1auth/authn": "0.0.0-alpha.29",
"@1auth/crypto": "0.0.0-alpha.29"
}
}
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