Socket
Socket
Sign inDemoInstall

@firebase/app

Package Overview
Dependencies
Maintainers
4
Versions
3325
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.7 to 0.10.8

6

dist/app/src/global_index.d.ts

@@ -32,3 +32,3 @@ /**

/**
* @param identifier A provider can provide mulitple instances of a service
* @param identifier A provider can provide multiple instances of a service
* if this.component.multipleInstances is true.

@@ -39,3 +39,3 @@ */

*
* @param options.identifier A provider can provide mulitple instances of a service
* @param options.identifier A provider can provide multiple instances of a service
* if this.component.multipleInstances is true.

@@ -155,3 +155,3 @@ * @param options.optional If optional is false or not provided, the method throws an error when

* PRIVATE: A private component provides a set of private APIs that are used internally by other
* Firebase SDKs. No serivce namespace is created in `firebase` namespace and customers have no way to get them.
* Firebase SDKs. No service namespace is created in `firebase` namespace and customers have no way to get them.
*/

@@ -158,0 +158,0 @@ declare const enum ComponentType {

@@ -40,3 +40,3 @@ /**

* If getHeartbeatsHeader() is called before the promise resolves
* (hearbeatsCache == null), it should wait for this promise
* (heartbeatsCache == null), it should wait for this promise
* Leave public for easier testing.

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

@@ -40,3 +40,3 @@ /**

* If getHeartbeatsHeader() is called before the promise resolves
* (hearbeatsCache == null), it should wait for this promise
* (heartbeatsCache == null), it should wait for this promise
* Leave public for easier testing.

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

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

const name$p = "@firebase/app";
const version$1 = "0.10.7";
const version$1 = "0.10.8";

@@ -131,3 +131,3 @@ /**

const name = "firebase";
const version = "10.12.4";
const version = "10.12.5";

@@ -468,3 +468,3 @@ /**

this.incRefCount(this._serverConfig.releaseOnDeref);
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegisry
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegistry
// will never trigger.

@@ -471,0 +471,0 @@ this._serverConfig.releaseOnDeref = undefined;

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

var name$p = "@firebase/app";
var version$1 = "0.10.7";
var version$1 = "0.10.8";

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

var name = "firebase";
var version = "10.12.4";
var version = "10.12.5";

@@ -522,3 +522,3 @@ /**

_this.incRefCount(_this._serverConfig.releaseOnDeref);
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegisry
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegistry
// will never trigger.

@@ -525,0 +525,0 @@ _this._serverConfig.releaseOnDeref = undefined;

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

var name$p = "@firebase/app";
var version$1 = "0.10.7";
var version$1 = "0.10.8";

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

var name = "firebase";
var version = "10.12.4";
var version = "10.12.5";

@@ -525,3 +525,3 @@ /**

_this.incRefCount(_this._serverConfig.releaseOnDeref);
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegisry
// Do not retain a hard reference to the dref object, otherwise the FinalizationRegistry
// will never trigger.

@@ -528,0 +528,0 @@ _this._serverConfig.releaseOnDeref = undefined;

{
"name": "@firebase/app",
"version": "0.10.7",
"version": "0.10.8",
"description": "The primary entrypoint to the Firebase JS SDK",

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

Sorry, the diff of this file is not supported yet

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