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

abstracted-admin

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstracted-admin - npm Package Compare versions

Comparing version 0.36.0 to 0.37.0

1

dist/cjs/db.d.ts

@@ -11,2 +11,3 @@ import * as firebase from "firebase-admin";

export declare class DB extends RealTimeDB<firebase.auth.Auth> {
protected _isAdminApi: boolean;
/**

@@ -13,0 +14,0 @@ * Instantiates a DB and then waits for the connection

@@ -15,2 +15,3 @@ "use strict";

super(config);
this._isAdminApi = true;
this._clientType = "admin";

@@ -17,0 +18,0 @@ this._eventManager = new EventManager_1.EventManager();

@@ -11,2 +11,3 @@ import * as firebase from "firebase-admin";

export declare class DB extends RealTimeDB<firebase.auth.Auth> {
protected _isAdminApi: boolean;
/**

@@ -13,0 +14,0 @@ * Instantiates a DB and then waits for the connection

@@ -13,2 +13,3 @@ import * as firebase from "firebase-admin";

super(config);
this._isAdminApi = true;
this._clientType = "admin";

@@ -15,0 +16,0 @@ this._eventManager = new EventManager();

20

package.json
{
"name": "abstracted-admin",
"version": "0.36.0",
"version": "0.37.0",
"description": "Helpful abstraction on the Firebase admin API",

@@ -36,10 +36,10 @@ "license": "MIT",

"dependencies": {
"@firebase/app": "^0.5.0",
"@firebase/database-types": "^0.4.10",
"abstracted-firebase": "^0.36.0",
"common-types": "^1.12.15",
"firebase-admin": "^8.8.0",
"@firebase/app": "^0.5.4",
"@firebase/database-types": "^0.4.11",
"abstracted-firebase": "^0.37.1",
"common-types": "^1.12.18",
"firebase-admin": "^8.9.2",
"lodash.first": "^3.0.0",
"lodash.last": "^3.0.0",
"serialized-query": "^0.10.0",
"serialized-query": "^0.11.0",
"typed-conversions": "^0.10.1"

@@ -71,6 +71,6 @@ },

"test-console": "^1.1.0",
"ts-node": "^8.5.4",
"ts-node": "^8.6.2",
"tslint": "^5.20.1",
"typescript": "^3.7.3",
"vuepress": "^1.2.0"
"typescript": "^3.7.5",
"vuepress": "^1.3.0"
},

@@ -77,0 +77,0 @@ "engines": {

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