@firebase/component
Advanced tools
Comparing version 0.1.0-0 to 0.1.0-canary.6480d7f
@@ -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; |
@@ -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.6480d7f", | ||
"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.6480d7f", | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
106437
1195
0
+ Added@firebase/util@0.2.34-canary.6480d7f(transitive)
- Removed@firebase/util@0.2.35-1(transitive)