Socket
Socket
Sign inDemoInstall

firebase-admin

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-admin - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

10

instance.js

@@ -466,8 +466,6 @@

request.get({
url: 'https://auth.firebase.com/auth/firebase/remove',
request.del({
url: 'https://auth.firebase.com/v2/' + this.name + '/users/' + email,
qs: {
token: this.adminToken,
firebase: this.name,
email: email
token: this.adminToken
},

@@ -520,3 +518,3 @@ json: true

request.get({
url: 'https://auth.firebase.com/auth/firebase/list',
url: 'https://auth.firebase.com/v2/' + this.name + '/users',
qs: {

@@ -523,0 +521,0 @@ token: this.adminToken,

2

package.json
{
"name": "firebase-admin",
"version": "2.1.0",
"version": "2.1.1",
"description": "Programmatically instantiate and modify Firebase instances.",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc