New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.33.1 to 0.33.2

2

dist/cjs/db.d.ts

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

protected abstract _auth: any;
constructor(config: IFirebaseConfig);
constructor(config?: IFirebaseConfig);
/**

@@ -50,0 +50,0 @@ * called by `client` and `admin` at end of constructor

@@ -19,3 +19,3 @@ "use strict";

class RealTimeDB {
constructor(config) {
constructor(config = {}) {
/** how many miliseconds before the attempt to connect to DB is timed out */

@@ -22,0 +22,0 @@ this.CONNECTION_TIMEOUT = 5000;

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

protected abstract _auth: any;
constructor(config: IFirebaseConfig);
constructor(config?: IFirebaseConfig);
/**

@@ -50,0 +50,0 @@ * called by `client` and `admin` at end of constructor

@@ -17,3 +17,3 @@ // tslint:disable: member-ordering

export class RealTimeDB {
constructor(config) {
constructor(config = {}) {
/** how many miliseconds before the attempt to connect to DB is timed out */

@@ -20,0 +20,0 @@ this.CONNECTION_TIMEOUT = 5000;

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

protected abstract _auth: any;
constructor(config: IFirebaseConfig);
constructor(config?: IFirebaseConfig);
/**

@@ -50,0 +50,0 @@ * called by `client` and `admin` at end of constructor

@@ -29,3 +29,3 @@ (function (factory) {

class RealTimeDB {
constructor(config) {
constructor(config = {}) {
/** how many miliseconds before the attempt to connect to DB is timed out */

@@ -32,0 +32,0 @@ this.CONNECTION_TIMEOUT = 5000;

{
"name": "abstracted-firebase",
"version": "0.33.1",
"version": "0.33.2",
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'",

@@ -5,0 +5,0 @@ "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