You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@firebase/component

Package Overview
Dependencies
Maintainers
5
Versions
2562
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

to
0.1.0-canary.81730ba

3

dist/index.cjs.js

@@ -138,2 +138,5 @@ 'use strict';

};
Provider.prototype.getComponent = function () {
return this.component;
};
Provider.prototype.setComponent = function (component) {

@@ -140,0 +143,0 @@ var e_1, _a;

@@ -134,2 +134,5 @@ import { __assign, __values, __read, __awaiter, __generator } from 'tslib';

};
Provider.prototype.getComponent = function () {
return this.component;
};
Provider.prototype.setComponent = function (component) {

@@ -136,0 +139,0 @@ var e_1, _a;

@@ -131,2 +131,5 @@ import { Deferred } from '@firebase/util';

}
getComponent() {
return this.component;
}
setComponent(component) {

@@ -133,0 +136,0 @@ if (component.name !== this.name) {

@@ -52,2 +52,3 @@ /**

}): NameServiceMapping[T];
getComponent(): Component<T> | null;
setComponent(component: Component<T>): void;

@@ -54,0 +55,0 @@ clearInstance(identifier?: string): void;

3

dist/src/types.d.ts

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

PUBLIC = "PUBLIC",
PRIVATE = "PRIVATE"
PRIVATE = "PRIVATE",
VERSION = "VERSION"
}

@@ -35,0 +36,0 @@ /**

{
"name": "@firebase/component",
"version": "0.1.0-0",
"version": "0.1.0-canary.81730ba",
"description": "Firebase Component Platform",

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

"dependencies": {
"@firebase/util": "0.2.35-1",
"@firebase/util": "0.2.34-canary.81730ba",
"tslib": "1.10.0"

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