@firebase/database
Advanced tools
Comparing version 1.0.9 to 1.0.10-20241112154924
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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 @@ /** |
@@ -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", | ||
"version": "1.0.10-20241112154924", | ||
"description": "", | ||
@@ -51,7 +51,7 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"dependencies": { | ||
"@firebase/logger": "0.4.3", | ||
"@firebase/util": "1.10.1", | ||
"@firebase/component": "0.6.10", | ||
"@firebase/app-check-interop-types": "0.3.2", | ||
"@firebase/auth-interop-types": "0.2.3", | ||
"@firebase/logger": "0.4.4-20241112154924", | ||
"@firebase/util": "1.10.2-20241112154924", | ||
"@firebase/component": "0.6.11-20241112154924", | ||
"@firebase/app-check-interop-types": "0.3.3-20241112154924", | ||
"@firebase/auth-interop-types": "0.2.4-20241112154924", | ||
"faye-websocket": "0.11.4", | ||
@@ -61,6 +61,6 @@ "tslib": "^2.1.0" | ||
"devDependencies": { | ||
"@firebase/app": "0.10.14", | ||
"@firebase/app": "0.10.16-20241112154924", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8697664
2
+ Added@firebase/app-check-interop-types@0.3.3-20241112154924(transitive)
+ Added@firebase/auth-interop-types@0.2.4-20241112154924(transitive)
+ Added@firebase/component@0.6.11-20241112154924(transitive)
+ Added@firebase/logger@0.4.4-20241112154924(transitive)
+ Added@firebase/util@1.10.2-20241112154924(transitive)
- Removed@firebase/app-check-interop-types@0.3.2(transitive)
- Removed@firebase/auth-interop-types@0.2.3(transitive)
- Removed@firebase/component@0.6.10(transitive)
- Removed@firebase/logger@0.4.3(transitive)
- Removed@firebase/util@1.10.1(transitive)
Updated@firebase/app-check-interop-types@0.3.3-20241112154924