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.48 to 0.0.0-alpha.49

6

index.js

@@ -108,3 +108,7 @@ import {

export const expire = async (sub) => {
await options.store.update(options.table, { sub }, { expire: nowInSeconds() })
await options.store.update(
options.table,
{ sub },
{ expire: nowInSeconds() }
)
}

@@ -111,0 +115,0 @@

4

package.json
{
"name": "@1auth/account",
"version": "0.0.0-alpha.48",
"version": "0.0.0-alpha.49",
"description": "",

@@ -53,4 +53,4 @@ "type": "module",

"dependencies": {
"@1auth/crypto": "0.0.0-alpha.48"
"@1auth/crypto": "0.0.0-alpha.49"
}
}
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