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

@firebase/database

Package Overview
Dependencies
Maintainers
4
Versions
3419
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/database - npm Package Compare versions

Comparing version 1.0.12-canary.4e6a5c670 to 1.0.12-canary.554c7bdc1

7

dist/node-esm/src/core/RepoInfo.d.ts

@@ -17,2 +17,6 @@ /**

*/
import { EmulatorMockTokenOptions } from '@firebase/util';
export interface RepoInfoEmulatorOptions {
mockUserToken?: string | EmulatorMockTokenOptions;
}
/**

@@ -29,2 +33,3 @@ * A class that holds metadata about a Repo object

readonly isUsingEmulator: boolean;
readonly emulatorOptions: RepoInfoEmulatorOptions | null;
private _host;

@@ -41,3 +46,3 @@ private _domain;

*/
constructor(host: string, secure: boolean, namespace: string, webSocketOnly: boolean, nodeAdmin?: boolean, persistenceKey?: string, includeNamespaceInQueryParams?: boolean, isUsingEmulator?: boolean);
constructor(host: string, secure: boolean, namespace: string, webSocketOnly: boolean, nodeAdmin?: boolean, persistenceKey?: string, includeNamespaceInQueryParams?: boolean, isUsingEmulator?: boolean, emulatorOptions?: RepoInfoEmulatorOptions | null);
isCacheableHost(): boolean;

@@ -44,0 +49,0 @@ isCustomHost(): boolean;

@@ -21,2 +21,4 @@ /**

export declare const TEST_PROJECT: any;
export declare const EMULATOR_PORT: string;
export declare const USE_EMULATOR: boolean;
export declare function getFreshRepo(path: Path): DatabaseReference;

@@ -23,0 +25,0 @@ export declare const DATABASE_ADDRESS: any;

@@ -17,2 +17,6 @@ /**

*/
import { EmulatorMockTokenOptions } from '@firebase/util';
export interface RepoInfoEmulatorOptions {
mockUserToken?: string | EmulatorMockTokenOptions;
}
/**

@@ -29,2 +33,3 @@ * A class that holds metadata about a Repo object

readonly isUsingEmulator: boolean;
readonly emulatorOptions: RepoInfoEmulatorOptions | null;
private _host;

@@ -41,3 +46,3 @@ private _domain;

*/
constructor(host: string, secure: boolean, namespace: string, webSocketOnly: boolean, nodeAdmin?: boolean, persistenceKey?: string, includeNamespaceInQueryParams?: boolean, isUsingEmulator?: boolean);
constructor(host: string, secure: boolean, namespace: string, webSocketOnly: boolean, nodeAdmin?: boolean, persistenceKey?: string, includeNamespaceInQueryParams?: boolean, isUsingEmulator?: boolean, emulatorOptions?: RepoInfoEmulatorOptions | null);
isCacheableHost(): boolean;

@@ -44,0 +49,0 @@ isCustomHost(): boolean;

@@ -21,2 +21,4 @@ /**

export declare const TEST_PROJECT: any;
export declare const EMULATOR_PORT: string;
export declare const USE_EMULATOR: boolean;
export declare function getFreshRepo(path: Path): DatabaseReference;

@@ -23,0 +25,0 @@ export declare const DATABASE_ADDRESS: any;

14

package.json
{
"name": "@firebase/database",
"version": "1.0.12-canary.4e6a5c670",
"version": "1.0.12-canary.554c7bdc1",
"description": "",

@@ -51,7 +51,7 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

"dependencies": {
"@firebase/logger": "0.4.4-canary.4e6a5c670",
"@firebase/util": "1.10.3-canary.4e6a5c670",
"@firebase/component": "0.6.12-canary.4e6a5c670",
"@firebase/app-check-interop-types": "0.3.3-canary.4e6a5c670",
"@firebase/auth-interop-types": "0.2.4-canary.4e6a5c670",
"@firebase/logger": "0.4.4-canary.554c7bdc1",
"@firebase/util": "1.10.3-canary.554c7bdc1",
"@firebase/component": "0.6.12-canary.554c7bdc1",
"@firebase/app-check-interop-types": "0.3.3-canary.554c7bdc1",
"@firebase/auth-interop-types": "0.2.4-canary.554c7bdc1",
"faye-websocket": "0.11.4",

@@ -61,3 +61,3 @@ "tslib": "^2.1.0"

"devDependencies": {
"@firebase/app": "0.11.0-canary.4e6a5c670",
"@firebase/app": "0.11.0-canary.554c7bdc1",
"rollup": "2.79.2",

@@ -64,0 +64,0 @@ "rollup-plugin-typescript2": "0.36.0",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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

Sorry, the diff of this file is not supported yet

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

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