Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@firebase/database

Package Overview
Dependencies
Maintainers
4
Versions
3357
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.9-canary.a97ac88db to 1.0.9-canary.e577a408c

0

dist/node-esm/src/api.d.ts

@@ -0,0 +0,0 @@ /**

2

dist/node-esm/src/api/Reference_impl.d.ts

@@ -875,3 +875,3 @@ /**

/** Describes the different query constraints available in this SDK. */
export declare type QueryConstraintType = 'endAt' | 'endBefore' | 'startAt' | 'startAfter' | 'limitToFirst' | 'limitToLast' | 'orderByChild' | 'orderByKey' | 'orderByPriority' | 'orderByValue' | 'equalTo';
export type QueryConstraintType = 'endAt' | 'endBefore' | 'startAt' | 'startAfter' | 'limitToFirst' | 'limitToLast' | 'orderByChild' | 'orderByKey' | 'orderByPriority' | 'orderByValue' | 'equalTo';
/**

@@ -878,0 +878,0 @@ * A `QueryConstraint` is used to narrow the set of documents returned by a

@@ -114,3 +114,3 @@ import { Repo } from '../core/Repo';

/** A callback that can invoked to remove a listener. */
export declare type Unsubscribe = () => void;
export type Unsubscribe = () => void;
/** An options objects that can be used to customize a listener. */

@@ -117,0 +117,0 @@ export interface ListenOptions {

@@ -30,3 +30,3 @@ /**

[k: string]: unknown;
}) => {
} | null) => {
[k: string]: unknown;

@@ -38,5 +38,5 @@ };

*/
export declare const resolveDeferredLeafValue: (value: string | number | boolean | {
export declare const resolveDeferredLeafValue: (value: {
[k: string]: unknown;
}, existingVal: ValueProvider, serverValues: {
} | string | number | boolean, existingVal: ValueProvider, serverValues: {
[k: string]: unknown;

@@ -43,0 +43,0 @@ }) => string | number | boolean;

@@ -30,3 +30,3 @@ /**

*/
export declare type Comparator<K> = (key1: K, key2: K) => number;
export type Comparator<K> = (key1: K, key2: K) => number;
/**

@@ -33,0 +33,0 @@ * An iterator over an LLRBNode.

@@ -37,3 +37,3 @@ /**

*/
export declare const enableLogging: (logger_?: boolean | ((a: string) => void), persistent?: boolean) => void;
export declare const enableLogging: (logger_?: boolean | ((a: string) => void) | null, persistent?: boolean) => void;
export declare const log: (...varArgs: unknown[]) => void;

@@ -40,0 +40,0 @@ export declare const logWrapper: (prefix: string) => (...varArgs: unknown[]) => void;

@@ -34,3 +34,3 @@ /**

*/
export declare type EventType = 'value' | 'child_added' | 'child_changed' | 'child_moved' | 'child_removed';
export type EventType = 'value' | 'child_added' | 'child_changed' | 'child_moved' | 'child_removed';
/**

@@ -37,0 +37,0 @@ * Encapsulates the data needed to raise an event

@@ -0,0 +0,0 @@ /**

export declare function registerDatabase(variant?: string): void;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -875,3 +875,3 @@ /**

/** Describes the different query constraints available in this SDK. */
export declare type QueryConstraintType = 'endAt' | 'endBefore' | 'startAt' | 'startAfter' | 'limitToFirst' | 'limitToLast' | 'orderByChild' | 'orderByKey' | 'orderByPriority' | 'orderByValue' | 'equalTo';
export type QueryConstraintType = 'endAt' | 'endBefore' | 'startAt' | 'startAfter' | 'limitToFirst' | 'limitToLast' | 'orderByChild' | 'orderByKey' | 'orderByPriority' | 'orderByValue' | 'equalTo';
/**

@@ -878,0 +878,0 @@ * A `QueryConstraint` is used to narrow the set of documents returned by a

@@ -114,3 +114,3 @@ import { Repo } from '../core/Repo';

/** A callback that can invoked to remove a listener. */
export declare type Unsubscribe = () => void;
export type Unsubscribe = () => void;
/** An options objects that can be used to customize a listener. */

@@ -117,0 +117,0 @@ export interface ListenOptions {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -30,3 +30,3 @@ /**

[k: string]: unknown;
}) => {
} | null) => {
[k: string]: unknown;

@@ -38,5 +38,5 @@ };

*/
export declare const resolveDeferredLeafValue: (value: string | number | boolean | {
export declare const resolveDeferredLeafValue: (value: {
[k: string]: unknown;
}, existingVal: ValueProvider, serverValues: {
} | string | number | boolean, existingVal: ValueProvider, serverValues: {
[k: string]: unknown;

@@ -43,0 +43,0 @@ }) => string | number | boolean;

@@ -30,3 +30,3 @@ /**

*/
export declare type Comparator<K> = (key1: K, key2: K) => number;
export type Comparator<K> = (key1: K, key2: K) => number;
/**

@@ -33,0 +33,0 @@ * An iterator over an LLRBNode.

@@ -0,0 +0,0 @@ /**

@@ -37,3 +37,3 @@ /**

*/
export declare const enableLogging: (logger_?: boolean | ((a: string) => void), persistent?: boolean) => void;
export declare const enableLogging: (logger_?: boolean | ((a: string) => void) | null, persistent?: boolean) => void;
export declare const log: (...varArgs: unknown[]) => void;

@@ -40,0 +40,0 @@ export declare const logWrapper: (prefix: string) => (...varArgs: unknown[]) => void;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -34,3 +34,3 @@ /**

*/
export declare type EventType = 'value' | 'child_added' | 'child_changed' | 'child_moved' | 'child_removed';
export type EventType = 'value' | 'child_added' | 'child_changed' | 'child_moved' | 'child_removed';
/**

@@ -37,0 +37,0 @@ * Encapsulates the data needed to raise an event

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

export declare function registerDatabase(variant?: string): void;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

{
"name": "@firebase/database",
"version": "1.0.9-canary.a97ac88db",
"version": "1.0.9-canary.e577a408c",
"description": "",

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

"dependencies": {
"@firebase/logger": "0.4.3-canary.a97ac88db",
"@firebase/util": "1.10.1-canary.a97ac88db",
"@firebase/component": "0.6.10-canary.a97ac88db",
"@firebase/app-check-interop-types": "0.3.2-canary.a97ac88db",
"@firebase/auth-interop-types": "0.2.3-canary.a97ac88db",
"@firebase/logger": "0.4.3-canary.e577a408c",
"@firebase/util": "1.10.1-canary.e577a408c",
"@firebase/component": "0.6.10-canary.e577a408c",
"@firebase/app-check-interop-types": "0.3.2-canary.e577a408c",
"@firebase/auth-interop-types": "0.2.3-canary.e577a408c",
"faye-websocket": "0.11.4",

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

"devDependencies": {
"@firebase/app": "0.10.14-canary.a97ac88db",
"@firebase/app": "0.10.15-canary.e577a408c",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
"typescript": "5.5.4"
},

@@ -67,0 +67,0 @@ "repository": {

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 not supported yet

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