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

@1auth/authn-totp

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1auth/authn-totp - npm Package Compare versions

Comparing version 0.0.0-alpha.23 to 0.0.0-alpha.24

4

./index.js

@@ -61,3 +61,3 @@ import {

if (!onboard) {
await options.notify.trigger('account-totp-create', sub)
await options.notify.trigger('authn-totp-create', sub)
}

@@ -73,3 +73,3 @@ return value

await authnExpire(sub, id, options)
await options.notify.trigger('account-totp-removed', sub)
await options.notify.trigger('authn-totp-removed', sub)
}

@@ -76,0 +76,0 @@

@@ -61,3 +61,3 @@ import {

if (!onboard) {
await options.notify.trigger('account-totp-create', sub)
await options.notify.trigger('authn-totp-create', sub)
}

@@ -73,3 +73,3 @@ return value

await authnExpire(sub, id, options)
await options.notify.trigger('account-totp-removed', sub)
await options.notify.trigger('authn-totp-removed', sub)
}

@@ -76,0 +76,0 @@

{
"name": "@1auth/authn-totp",
"version": "0.0.0-alpha.23",
"version": "0.0.0-alpha.24",
"description": "",

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

"homepage": "https://github.com/willfarrell/1auth",
"gitHead": "7978232599cc639bcd2df0284a2ebff938eae24c",
"gitHead": "2523bc437b8c0e8075aa858ff05ea0196db00c1a",
"dependencies": {
"@1auth/authn": "0.0.0-alpha.23",
"@1auth/crypto": "0.0.0-alpha.23",
"@1auth/authn": "0.0.0-alpha.24",
"@1auth/crypto": "0.0.0-alpha.24",
"@otplib/core-async": "12.0.1",

@@ -57,0 +57,0 @@ "@otplib/plugin-crypto": "12.0.1",

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