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

@firebase/app

Package Overview
Dependencies
Maintainers
4
Versions
3368
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/app - npm Package Compare versions

Comparing version 0.10.15-canary.a75082f06 to 0.10.15-canary.b80711925

0

dist/app/src/api.d.ts

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

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

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

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

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

18

dist/app/src/global_index.d.ts

@@ -143,4 +143,4 @@ /**

declare const enum InstantiationMode {
LAZY = "LAZY",
EAGER = "EAGER",
LAZY = "LAZY",// Currently most components are LAZY in JS SDK
EAGER = "EAGER",// EAGER components are initialized immediately upon registration
EXPLICIT = "EXPLICIT"

@@ -165,3 +165,3 @@ }

}
declare type InitializeOptions = InstanceFactoryOptions;
type InitializeOptions = InstanceFactoryOptions;
/**

@@ -175,4 +175,4 @@ * Factory to create an instance of type T, given a ComponentContainer.

*/
declare type InstanceFactory<T extends Name> = (container: ComponentContainer, options: InstanceFactoryOptions) => NameServiceMapping[T];
declare type onInstanceCreatedCallback<T extends Name> = (container: ComponentContainer, instanceIdentifier: string, instance: NameServiceMapping[T]) => void;
type InstanceFactory<T extends Name> = (container: ComponentContainer, options: InstanceFactoryOptions) => NameServiceMapping[T];
type onInstanceCreatedCallback<T extends Name> = (container: ComponentContainer, instanceIdentifier: string, instance: NameServiceMapping[T]) => void;
interface Dictionary {

@@ -187,4 +187,4 @@ [key: string]: unknown;

}
declare type Name = keyof NameServiceMapping;
declare type OnInitCallBack<T extends Name> = (instance: NameServiceMapping[T], identifier: string) => void;
type Name = keyof NameServiceMapping;
type OnInitCallBack<T extends Name> = (instance: NameServiceMapping[T], identifier: string) => void;

@@ -521,7 +521,7 @@ /**

*/
declare type LogLevelString = 'debug' | 'verbose' | 'info' | 'warn' | 'error' | 'silent';
type LogLevelString = 'debug' | 'verbose' | 'info' | 'warn' | 'error' | 'silent';
interface LogOptions {
level: LogLevelString;
}
declare type LogCallback = (callbackParams: LogCallbackParams) => void;
type LogCallback = (callbackParams: LogCallbackParams) => void;
interface LogCallbackParams {

@@ -528,0 +528,0 @@ level: LogLevelString;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -61,3 +61,3 @@ import { Component, ComponentContainer } from '@firebase/component';

const name$q = "@firebase/app";
const version$1 = "0.10.15-canary.a75082f06";
const version$1 = "0.10.15-canary.b80711925";

@@ -133,3 +133,3 @@ /**

const name = "firebase";
const version = "11.0.1-canary.a75082f06";
const version = "11.0.1-canary.b80711925";

@@ -185,3 +185,3 @@ /**

[name$2]: 'fire-vertex',
'fire-js': 'fire-js',
'fire-js': 'fire-js', // Platform identifier for JS SDK.
[name]: 'fire-js-all'

@@ -188,0 +188,0 @@ };

@@ -64,3 +64,3 @@ 'use strict';

const name$q = "@firebase/app";
const version$1 = "0.10.15-canary.a75082f06";
const version$1 = "0.10.15-canary.b80711925";

@@ -136,3 +136,3 @@ /**

const name = "firebase";
const version = "11.0.1-canary.a75082f06";
const version = "11.0.1-canary.b80711925";

@@ -188,3 +188,3 @@ /**

[name$2]: 'fire-vertex',
'fire-js': 'fire-js',
'fire-js': 'fire-js', // Platform identifier for JS SDK.
[name]: 'fire-js-all'

@@ -191,0 +191,0 @@ };

{
"name": "@firebase/app",
"version": "0.10.15-canary.a75082f06",
"version": "0.10.15-canary.b80711925",
"description": "The primary entrypoint to the Firebase JS SDK",

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

"dependencies": {
"@firebase/util": "1.10.1-canary.a75082f06",
"@firebase/logger": "0.4.3-canary.a75082f06",
"@firebase/component": "0.6.10-canary.a75082f06",
"@firebase/util": "1.10.1-canary.b80711925",
"@firebase/logger": "0.4.3-canary.b80711925",
"@firebase/component": "0.6.10-canary.b80711925",
"idb": "7.1.1",

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

"rollup-plugin-dts": "5.3.1",
"typescript": "4.7.4"
"typescript": "5.5.4"
},

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

Sorry, the diff of this file is not supported yet

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