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.30.1 to 0.30.2

2

dist/cjs/db.d.ts
import { IDictionary } from "common-types";
import { IMockConfigOptions } from "firemock";
import { SerializedQuery } from "serialized-query";

@@ -8,2 +7,3 @@ import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types";

declare type Mock = import("firemock").Mock;
declare type IMockConfigOptions = import("firemock").IMockConfigOptions;
/** time by which the dynamically loaded mock library should be loaded */

@@ -10,0 +10,0 @@ export declare const MOCK_LOADING_TIMEOUT = 2000;

import { IDictionary } from "common-types";
import { IMockConfigOptions } from "firemock";
import { SerializedQuery } from "serialized-query";

@@ -8,2 +7,3 @@ import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types";

declare type Mock = import("firemock").Mock;
declare type IMockConfigOptions = import("firemock").IMockConfigOptions;
/** time by which the dynamically loaded mock library should be loaded */

@@ -10,0 +10,0 @@ export declare const MOCK_LOADING_TIMEOUT = 2000;

import { IDictionary } from "common-types";
import { IMockConfigOptions } from "firemock";
import { SerializedQuery } from "serialized-query";

@@ -8,2 +7,3 @@ import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types";

declare type Mock = import("firemock").Mock;
declare type IMockConfigOptions = import("firemock").IMockConfigOptions;
/** time by which the dynamically loaded mock library should be loaded */

@@ -10,0 +10,0 @@ export declare const MOCK_LOADING_TIMEOUT = 2000;

{
"name": "abstracted-firebase",
"version": "0.30.1",
"version": "0.30.2",
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'",

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

"@firebase/auth-types": "^0.7.2",
"@firebase/database-types": "^0.4.2",
"common-types": "^1.11.15",
"@firebase/database-types": "^0.4.3",
"common-types": "^1.11.18",
"serialized-query": "^0.8.1",

@@ -42,3 +42,3 @@ "typed-conversions": "^0.10.1"

"@types/chance": "^0.7.34",
"@types/faker": "^4.1.0",
"@types/faker": "^4.1.5",
"@types/js-yaml": "^3.9.0",

@@ -58,3 +58,3 @@ "@types/lodash": "^4.14.0",

"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint": "^5.19.0",
"typescript": "^3.5.3"

@@ -61,0 +61,0 @@ },

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