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

@1auth/messenger

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1auth/messenger - npm Package Compare versions

Comparing version 0.0.0-alpha.13 to 0.0.0-alpha.14

6

./index.js

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

const token = await options.token.create()
id = await authnCreate(options.token.type, { id, sub, value: token }, options)
id = await authnCreate(
options.token.type,
{ id, sub, value: token },
options
)
await options.notify.trigger('messenger-TYPE-verify', sub, { token })

@@ -92,0 +96,0 @@ return id

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

const token = await options.token.create()
id = await authnCreate(options.token.type, { id, sub, value: token }, options)
id = await authnCreate(
options.token.type,
{ id, sub, value: token },
options
)
await options.notify.trigger('messenger-TYPE-verify', sub, { token })

@@ -92,0 +96,0 @@ return id

8

package.json
{
"name": "@1auth/messenger",
"version": "0.0.0-alpha.13",
"version": "0.0.0-alpha.14",
"description": "",

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

"homepage": "https://github.com/willfarrell/1auth",
"gitHead": "7364ad77dd4219d3d967b1a6a43cd2eef9240ce2",
"gitHead": "4910880d69e1ad14d13c5f807bc59fa9eab5a379",
"dependencies": {
"@1auth/authn": "0.0.0-alpha.13",
"@1auth/crypto": "0.0.0-alpha.13"
"@1auth/authn": "0.0.0-alpha.14",
"@1auth/crypto": "0.0.0-alpha.14"
}
}
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