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

abstracted-firebase

Package Overview
Dependencies
Maintainers
1
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstracted-firebase - npm Package Compare versions

Comparing version 0.36.0 to 0.37.0

2

dist/cjs/db.d.ts

@@ -12,3 +12,5 @@ import { IDictionary } from "common-types";

export declare abstract class RealTimeDB<A = any> {
protected _isAdminApi: boolean;
get isMockDb(): boolean;
get isAdminApi(): boolean;
/**

@@ -15,0 +17,0 @@ * **getPushKey**

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

constructor(config = {}) {
this._isAdminApi = false;
/** how many miliseconds before the attempt to connect to DB is timed out */

@@ -39,2 +40,5 @@ this.CONNECTION_TIMEOUT = 5000;

}
get isAdminApi() {
return this._isAdminApi;
}
/**

@@ -41,0 +45,0 @@ * **getPushKey**

@@ -12,3 +12,5 @@ import { IDictionary } from "common-types";

export declare abstract class RealTimeDB<A = any> {
protected _isAdminApi: boolean;
get isMockDb(): boolean;
get isAdminApi(): boolean;
/**

@@ -15,0 +17,0 @@ * **getPushKey**

@@ -18,2 +18,3 @@ // tslint:disable: member-ordering

constructor(config = {}) {
this._isAdminApi = false;
/** how many miliseconds before the attempt to connect to DB is timed out */

@@ -37,2 +38,5 @@ this.CONNECTION_TIMEOUT = 5000;

}
get isAdminApi() {
return this._isAdminApi;
}
/**

@@ -39,0 +43,0 @@ * **getPushKey**

@@ -12,3 +12,5 @@ import { IDictionary } from "common-types";

export declare abstract class RealTimeDB<A = any> {
protected _isAdminApi: boolean;
get isMockDb(): boolean;
get isAdminApi(): boolean;
/**

@@ -15,0 +17,0 @@ * **getPushKey**

@@ -30,2 +30,3 @@ (function (factory) {

constructor(config = {}) {
this._isAdminApi = false;
/** how many miliseconds before the attempt to connect to DB is timed out */

@@ -49,2 +50,5 @@ this.CONNECTION_TIMEOUT = 5000;

}
get isAdminApi() {
return this._isAdminApi;
}
/**

@@ -51,0 +55,0 @@ * **getPushKey**

4

package.json
{
"name": "abstracted-firebase",
"version": "0.36.0",
"version": "0.37.0",
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'",

@@ -79,2 +79,2 @@ "license": "MIT",

}
}
}
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