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

@firebase/util

Package Overview
Dependencies
Maintainers
4
Versions
3210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/util - npm Package Compare versions

Comparing version 1.10.1-canary.052e438bc to 1.10.1-canary.0f5714ba5

0

dist/index.d.ts

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

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

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

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

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

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

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

2

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

@@ -21,3 +21,3 @@ /**

*/
export declare type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge';
export type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge';
/**

@@ -24,0 +24,0 @@ * An object that can be injected into the environment as __FIREBASE_DEFAULTS__,

@@ -17,3 +17,3 @@ /**

*/
export declare type FirebaseSignInProvider = 'custom' | 'email' | 'password' | 'phone' | 'anonymous' | 'google.com' | 'facebook.com' | 'github.com' | 'twitter.com' | 'microsoft.com' | 'apple.com';
export type FirebaseSignInProvider = 'custom' | 'email' | 'password' | 'phone' | 'anonymous' | 'google.com' | 'facebook.com' | 'github.com' | 'twitter.com' | 'microsoft.com' | 'apple.com';
interface FirebaseIdToken {

@@ -42,3 +42,3 @@ iss: string;

}
export declare type EmulatorMockTokenOptions = ({
export type EmulatorMockTokenOptions = ({
user_id: string;

@@ -45,0 +45,0 @@ } | {

@@ -57,3 +57,3 @@ /**

*/
export declare type ErrorMap<ErrorCode extends string> = {
export type ErrorMap<ErrorCode extends string> = {
readonly [K in ErrorCode]: string;

@@ -60,0 +60,0 @@ };

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

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

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

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

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

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

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

@@ -17,5 +17,5 @@ /**

*/
export declare type NextFn<T> = (value: T) => void;
export declare type ErrorFn = (error: Error) => void;
export declare type CompleteFn = () => void;
export type NextFn<T> = (value: T) => void;
export type ErrorFn = (error: Error) => void;
export type CompleteFn = () => void;
export interface Observer<T> {

@@ -26,4 +26,4 @@ next: NextFn<T>;

}
export declare type PartialObserver<T> = Partial<Observer<T>>;
export declare type Unsubscribe = () => void;
export type PartialObserver<T> = Partial<Observer<T>>;
export type Unsubscribe = () => void;
/**

@@ -40,3 +40,3 @@ * The Subscribe interface has two forms - passing the inline function

}
export declare type Executor<T> = (observer: Observer<T>) => void;
export type Executor<T> = (observer: Observer<T>) => void;
/**

@@ -43,0 +43,0 @@ * Helper to make a Subscribe function (just like Promise helps make a

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

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

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

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

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

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

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

@@ -21,3 +21,3 @@ /**

*/
export declare type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge';
export type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge';
/**

@@ -24,0 +24,0 @@ * An object that can be injected into the environment as __FIREBASE_DEFAULTS__,

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

@@ -17,3 +17,3 @@ /**

*/
export declare type FirebaseSignInProvider = 'custom' | 'email' | 'password' | 'phone' | 'anonymous' | 'google.com' | 'facebook.com' | 'github.com' | 'twitter.com' | 'microsoft.com' | 'apple.com';
export type FirebaseSignInProvider = 'custom' | 'email' | 'password' | 'phone' | 'anonymous' | 'google.com' | 'facebook.com' | 'github.com' | 'twitter.com' | 'microsoft.com' | 'apple.com';
interface FirebaseIdToken {

@@ -42,3 +42,3 @@ iss: string;

}
export declare type EmulatorMockTokenOptions = ({
export type EmulatorMockTokenOptions = ({
user_id: string;

@@ -45,0 +45,0 @@ } | {

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

@@ -57,3 +57,3 @@ /**

*/
export declare type ErrorMap<ErrorCode extends string> = {
export type ErrorMap<ErrorCode extends string> = {
readonly [K in ErrorCode]: string;

@@ -60,0 +60,0 @@ };

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

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

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

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

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

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

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

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

@@ -17,5 +17,5 @@ /**

*/
export declare type NextFn<T> = (value: T) => void;
export declare type ErrorFn = (error: Error) => void;
export declare type CompleteFn = () => void;
export type NextFn<T> = (value: T) => void;
export type ErrorFn = (error: Error) => void;
export type CompleteFn = () => void;
export interface Observer<T> {

@@ -26,4 +26,4 @@ next: NextFn<T>;

}
export declare type PartialObserver<T> = Partial<Observer<T>>;
export declare type Unsubscribe = () => void;
export type PartialObserver<T> = Partial<Observer<T>>;
export type Unsubscribe = () => void;
/**

@@ -40,3 +40,3 @@ * The Subscribe interface has two forms - passing the inline function

}
export declare type Executor<T> = (observer: Observer<T>) => void;
export type Executor<T> = (observer: Observer<T>) => void;
/**

@@ -43,0 +43,0 @@ * Helper to make a Subscribe function (just like Promise helps make a

@@ -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/util",
"version": "1.10.1-canary.052e438bc",
"version": "1.10.1-canary.0f5714ba5",
"description": "",

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

"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
"typescript": "5.5.4"
},

@@ -53,0 +53,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

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