Socket
Socket
Sign inDemoInstall

@firebase/app-types

Package Overview
Dependencies
Maintainers
3
Versions
3055
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/app-types - npm Package Compare versions

Comparing version 0.1.2-canary.1b3ba41 to 0.1.2-canary.1f985cf

20

index.d.ts

@@ -27,2 +27,7 @@ /**

export interface FirebaseAppConfig {
name?: string;
automaticDataCollectionEnabled?: boolean;
}
export class FirebaseApp {

@@ -41,2 +46,7 @@ /**

/**
* The settable config flag for GDPR opt-in/opt-out
*/
automaticDataCollectionEnabled: boolean;
/**
* Make the given App unusable and free resources.

@@ -52,2 +62,12 @@ */

* @param options Options to configure the services used in the App.
* @param config The optional config for your firebase app
*/
initializeApp(
options: FirebaseOptions,
config?: FirebaseAppConfig
): FirebaseApp;
/**
* Create (and initialize) a FirebaseApp.
*
* @param options Options to configure the services used in the App.
* @param name The optional name of the app to initialize ('[DEFAULT]' if

@@ -54,0 +74,0 @@ * omitted)

2

package.json
{
"name": "@firebase/app-types",
"version": "0.1.2-canary.1b3ba41",
"version": "0.1.2-canary.1f985cf",
"description": "@firebase/app Types",

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

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