🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@firebase/component

Package Overview
Dependencies
Maintainers
5
Versions
2536
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.4-0

2

dist/index.cjs.js

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

* @param instanceFactory Service factory responsible for creating the public interface
* @param type whehter the service provided by the component is public or private
* @param type whether the service provided by the component is public or private
*/

@@ -19,0 +19,0 @@ function Component(name, instanceFactory, type) {

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

* @param instanceFactory Service factory responsible for creating the public interface
* @param type whehter the service provided by the component is public or private
* @param type whether the service provided by the component is public or private
*/

@@ -15,0 +15,0 @@ function Component(name, instanceFactory, type) {

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

* @param instanceFactory Service factory responsible for creating the public interface
* @param type whehter the service provided by the component is public or private
* @param type whether the service provided by the component is public or private
*/

@@ -14,0 +14,0 @@ constructor(name, instanceFactory, type) {

@@ -35,3 +35,3 @@ /**

* @param instanceFactory Service factory responsible for creating the public interface
* @param type whehter the service provided by the component is public or private
* @param type whether the service provided by the component is public or private
*/

@@ -38,0 +38,0 @@ constructor(name: T, instanceFactory: InstanceFactory<T>, type: ComponentType);

{
"name": "@firebase/component",
"version": "0.1.3",
"version": "0.1.4-0",
"description": "Firebase Component Platform",

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

"dev": "rollup -c -w",
"test": "run-p lint test:browser test:node",
"test": "yarn type-check && run-p lint test:browser test:node",
"type-check": "tsc -p . --noEmit",
"test:browser": "karma start --single-run",

@@ -25,3 +26,3 @@ "test:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha src/**/*.test.ts --opts ../../config/mocha.node.opts",

"dependencies": {
"@firebase/util": "0.2.38",
"@firebase/util": "0.2.39-0",
"tslib": "1.10.0"

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