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.16.6 to 0.17.0

1

dist/cjs/db.d.ts

@@ -119,4 +119,5 @@ import { SerializedQuery } from "serialized-query";

protected abstract listenForConnectionStatus(): void;
/** asynchronously imports firemock and then sets isConnected to true */
protected getFireMock(config?: IMockAuthConfig): Promise<void>;
}
export {};

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

}
/** asynchronously imports firemock and then sets isConnected to true */
async getFireMock(config = {}) {

@@ -405,0 +406,0 @@ try {

@@ -119,4 +119,5 @@ import { SerializedQuery } from "serialized-query";

protected abstract listenForConnectionStatus(): void;
/** asynchronously imports firemock and then sets isConnected to true */
protected getFireMock(config?: IMockAuthConfig): Promise<void>;
}
export {};

@@ -401,2 +401,3 @@ // tslint:disable:no-implicit-dependencies

}
/** asynchronously imports firemock and then sets isConnected to true */
async getFireMock(config = {}) {

@@ -403,0 +404,0 @@ try {

@@ -119,4 +119,5 @@ import { SerializedQuery } from "serialized-query";

protected abstract listenForConnectionStatus(): void;
/** asynchronously imports firemock and then sets isConnected to true */
protected getFireMock(config?: IMockAuthConfig): Promise<void>;
}
export {};

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

}
/** asynchronously imports firemock and then sets isConnected to true */
async getFireMock(config = {}) {

@@ -415,0 +416,0 @@ try {

14

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

@@ -30,4 +30,4 @@ "license": "MIT",

"dependencies": {
"@firebase/auth-types": "^0.5.4",
"@firebase/database-types": "^0.3.7",
"@firebase/auth-types": "^0.5.5",
"@firebase/database-types": "^0.3.8",
"common-types": "^1.9.7",

@@ -47,3 +47,3 @@ "serialized-query": "^0.5.0",

"abstracted-admin": "^0.16.3",
"abstracted-client": "^0.16.4",
"abstracted-client": "^0.16.5",
"async-shelljs": "^0.1.2",

@@ -53,4 +53,4 @@ "chai": "^4.2.0",

"faker": "^4.1.0",
"firebase-admin": "^7.0.0",
"firemock": "^0.20.4",
"firebase-admin": "^7.1.1",
"firemock": "^0.20.7",
"js-yaml": "^3.12.0",

@@ -65,3 +65,3 @@ "lodash": "^4.17.10",

"tslint": "^5.13.0",
"typescript": "^3.3.3"
"typescript": "^3.3.4000"
},

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