🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

firebaseoauth2

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebaseoauth2 - npm Package Compare versions

Comparing version

to
0.3.5

@@ -409,3 +409,3 @@ const express = require("express");

console.log('getClientByAuthorizeCode', authorize_code)
const = ref = FirebaseDb.ref('/oAuth/AuthorizeCodes/' + authorize_code)
const ref = FirebaseDb.ref('/oAuth/AuthorizeCodes/' + authorize_code)
return getClientByRef(ref)

@@ -440,3 +440,3 @@ /*

console.log('getClientByRefreshToken', refresh_token)
const = ref = FirebaseDb.ref('/oAuth/RefreshTokens/' + refresh_token)
const ref = FirebaseDb.ref('/oAuth/RefreshTokens/' + refresh_token)
return getClientByRef(ref)

@@ -443,0 +443,0 @@ }

{
"name": "firebaseoauth2",
"version": "0.3.4",
"version": "0.3.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "indexjs.js",