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

@1auth/messenger

Package Overview
Dependencies
Maintainers
0
Versions
56
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.50 to 0.0.0-alpha.51

3

index.js

@@ -172,3 +172,3 @@ import {

export const verifyToken = async (type, sub, token) => {
let messengers = list(type, sub).then((items) => {
const messengers = await list(type, sub).then((items) => {
const messengers = []

@@ -190,3 +190,2 @@ for (let i = items.length; i--;) {

)
messengers = await messengers
if (messengers.length) {

@@ -193,0 +192,0 @@ await options.notify.trigger(`messenger-${type}-create`, sub, undefined, {

{
"name": "@1auth/messenger",
"version": "0.0.0-alpha.50",
"version": "0.0.0-alpha.51",
"description": "",

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

"dependencies": {
"@1auth/authn": "0.0.0-alpha.50",
"@1auth/crypto": "0.0.0-alpha.50"
"@1auth/authn": "0.0.0-alpha.51",
"@1auth/crypto": "0.0.0-alpha.51"
}
}
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