firebase-mock-fork
Advanced tools
Comparing version
{ | ||
"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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1547914
0.01%51429
0.01%