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.4.2

8

index.js

@@ -580,5 +580,11 @@ const express = require("express");

// ======================================================
const checkApiAccess = (req, res) => {
}
app.use("/oauth/static", express.static("./oAuth2/public"));
module.exports = app;
module.exports = {
FirebaseOAuth2 : app
}

2

package.json
{
"name": "firebaseoauth2",
"version": "0.4.1",
"version": "0.4.2",
"description": "",

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