🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

firebase-mock-fork

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebase-mock-fork - npm Package Compare versions

Comparing version

to
2.2.13

2

package.json
{
"name": "firebase-mock-fork",
"version": "2.2.12",
"version": "2.2.13",
"description": "Firebase mock library for writing unit tests, forked from firebase-mock",

@@ -5,0 +5,0 @@ "main": "./src",

@@ -68,2 +68,6 @@ 'use strict';

MockFirestoreCollection.prototype.onSnapshot = function () {
// empty function to prevent error
}
MockFirestoreCollection.prototype._hasChild = function (key) {

@@ -70,0 +74,0 @@ return _.isObject(this.data) && _.has(this.data, key);

Sorry, the diff of this file is too big to display