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.33.0 to 0.33.1

3

dist/cjs/db.js

@@ -31,2 +31,5 @@ "use strict";

this._config = config;
if (config.timeout) {
this.CONNECTION_TIMEOUT = config.timeout;
}
}

@@ -33,0 +36,0 @@ get isMockDb() {

@@ -43,2 +43,4 @@ import { IDictionary } from "common-types";

logging?: any;
/** override the default timeout of 5 seconds */
timeout?: number;
}

@@ -45,0 +47,0 @@ /** an _async_ mock function which returns a dictionary data structure */

@@ -29,2 +29,5 @@ // tslint:disable: member-ordering

this._config = config;
if (config.timeout) {
this.CONNECTION_TIMEOUT = config.timeout;
}
}

@@ -31,0 +34,0 @@ get isMockDb() {

@@ -43,2 +43,4 @@ import { IDictionary } from "common-types";

logging?: any;
/** override the default timeout of 5 seconds */
timeout?: number;
}

@@ -45,0 +47,0 @@ /** an _async_ mock function which returns a dictionary data structure */

@@ -41,2 +41,5 @@ (function (factory) {

this._config = config;
if (config.timeout) {
this.CONNECTION_TIMEOUT = config.timeout;
}
}

@@ -43,0 +46,0 @@ get isMockDb() {

@@ -43,2 +43,4 @@ import { IDictionary } from "common-types";

logging?: any;
/** override the default timeout of 5 seconds */
timeout?: number;
}

@@ -45,0 +47,0 @@ /** an _async_ mock function which returns a dictionary data structure */

2

package.json
{
"name": "abstracted-firebase",
"version": "0.33.0",
"version": "0.33.1",
"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