New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

firemock

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firemock - npm Package Compare versions

Comparing version

to
0.37.4

@@ -6,2 +6,3 @@ import { DataSnapshot, Query as IQuery, EventType, Reference as IReference } from "@firebase/database-types";

import { DelayType } from "./util";
import { IDictionary } from "common-types";
export declare type EventHandler = HandleValueEvent | HandleNewEvent | HandleRemoveEvent;

@@ -80,3 +81,3 @@ export declare type GenericEventHandler = (snap: SnapShot, key?: string) => void;

identity: string;
query: import("serialized-query").ISerializedQueryIdentity<import("common-types").IDictionary<any>>;
query: IDictionary<any>;
};

@@ -83,0 +84,0 @@ toString(): string;

@@ -6,2 +6,3 @@ import { DataSnapshot, Query as IQuery, EventType, Reference as IReference } from "@firebase/database-types";

import { DelayType } from "./util";
import { IDictionary } from "common-types";
export declare type EventHandler = HandleValueEvent | HandleNewEvent | HandleRemoveEvent;

@@ -80,3 +81,3 @@ export declare type GenericEventHandler = (snap: SnapShot, key?: string) => void;

identity: string;
query: import("serialized-query").ISerializedQueryIdentity<import("common-types").IDictionary<any>>;
query: IDictionary<any>;
};

@@ -83,0 +84,0 @@ toString(): string;

{
"name": "firemock",
"version": "0.37.3",
"version": "0.37.4",
"description": "firemock",

@@ -41,4 +41,3 @@ "license": "MIT",

"@types/faker": "^4.1.9",
"abstracted-firebase": "^0.37.3",
"common-types": "^1.12.18",
"common-types": "^1.13.1",
"deepmerge": "^4.2.2",

@@ -69,10 +68,10 @@ "email-validator": "^2.0.4",

"@types/stack-trace": "^0.0.29",
"@vuepress/plugin-back-to-top": "^1.3.0",
"@vuepress/plugin-last-updated": "^1.3.0",
"@vuepress/plugin-medium-zoom": "^1.3.0",
"@vuepress/plugin-pwa": "^1.3.0",
"@vuepress/plugin-back-to-top": "^1.4.0",
"@vuepress/plugin-last-updated": "^1.4.0",
"@vuepress/plugin-medium-zoom": "^1.4.0",
"@vuepress/plugin-pwa": "^1.4.0",
"async-shelljs": "^0.1.4",
"chai": "^4.2.0",
"chalk": "^3.0.0",
"do-devops": "^0.3.4",
"do-devops": "^0.3.5",
"mocha": "^7.0.1",

@@ -85,4 +84,4 @@ "prettier": "^1.19.1",

"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.5",
"vuepress": "^1.3.0"
"typescript": "^3.8.3",
"vuepress": "^1.4.0"
},

@@ -89,0 +88,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet