Socket
Socket
Sign inDemoInstall

@firebase/component

Package Overview
Dependencies
Maintainers
4
Versions
2278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/component - npm Package Compare versions

Comparing version 0.6.8-canary.84fe88079 to 0.6.8-canary.8a96f4f11

4

dist/esm/index.esm2017.js

@@ -92,3 +92,3 @@ import { Deferred } from '@firebase/util';

/**
* @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.

@@ -143,3 +143,3 @@ */

else {
// In case a component is not initialized and should/can not be auto-initialized at the moment, return null if the optional flag is set, or throw
// In case a component is not initialized and should/cannot be auto-initialized at the moment, return null if the optional flag is set, or throw
if (optional) {

@@ -146,0 +146,0 @@ return null;

@@ -94,3 +94,3 @@ import { __values, __read, __awaiter, __generator, __spreadArray } from 'tslib';

/**
* @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.

@@ -145,3 +145,3 @@ */

else {
// In case a component is not initialized and should/can not be auto-initialized at the moment, return null if the optional flag is set, or throw
// In case a component is not initialized and should/cannot be auto-initialized at the moment, return null if the optional flag is set, or throw
if (optional) {

@@ -148,0 +148,0 @@ return null;

@@ -34,3 +34,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.

@@ -41,3 +41,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.

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

@@ -29,3 +29,3 @@ /**

* 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.
*/

@@ -32,0 +32,0 @@ export declare const enum ComponentType {

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

/**
* @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.

@@ -149,3 +149,3 @@ */

else {
// In case a component is not initialized and should/can not be auto-initialized at the moment, return null if the optional flag is set, or throw
// In case a component is not initialized and should/cannot be auto-initialized at the moment, return null if the optional flag is set, or throw
if (optional) {

@@ -152,0 +152,0 @@ return null;

@@ -34,3 +34,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.

@@ -41,3 +41,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.

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

@@ -29,3 +29,3 @@ /**

* 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.
*/

@@ -32,0 +32,0 @@ export declare const enum ComponentType {

{
"name": "@firebase/component",
"version": "0.6.8-canary.84fe88079",
"version": "0.6.8-canary.8a96f4f11",
"description": "Firebase Component Platform",

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

"dependencies": {
"@firebase/util": "1.9.7-canary.84fe88079",
"@firebase/util": "1.9.7-canary.8a96f4f11",
"tslib": "^2.1.0"

@@ -39,0 +39,0 @@ },

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