You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

firebaseoauth2

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebaseoauth2 - npm Package Compare versions

Comparing version

to
0.2.9

5

index.js

@@ -241,4 +241,5 @@ const express = require("express");

console.log(239, clientInfo)
console.log(239, clientInfo.client_secret, client_secret)
if(clientInfo.client_secret == client_secret){
if(clientInfo.client.client_secret == client_secret){
updateToken(clientInfo)

@@ -250,3 +251,3 @@ .then(function(token){

}else{
console.log(250)
}

@@ -253,0 +254,0 @@ }, function(){

2

package.json
{
"name": "firebaseoauth2",
"version": "0.2.8",
"version": "0.2.9",
"description": "",

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