@firebase/installations-compat
Advanced tools
Comparing version 0.0.900-exp.4bb72b62a to 0.0.900-exp.555fe23c5
@@ -17,4 +17,4 @@ /** | ||
*/ | ||
import { FirebaseApp } from '@firebase/app-compat'; | ||
import { FirebaseInstallations as FirebaseInstallationsCompat } from '@firebase/installations-types'; | ||
import { FirebaseApp } from '@firebase/app-types'; | ||
declare module '@firebase/component' { | ||
@@ -21,0 +21,0 @@ interface NameServiceMapping { |
@@ -17,8 +17,6 @@ /** | ||
*/ | ||
import { FirebaseInstallations } from "@firebase/installations-types"; | ||
import { FirebaseInstallations as FirebaseInstallationsCompat } from '@firebase/installations-types'; | ||
import { FirebaseApp } from '@firebase/app-types'; | ||
import { FirebaseService } from '@firebase/app-types/private'; | ||
import { IdChangeCallbackFn, IdChangeUnsubscribeFn } from "@firebase/installations"; | ||
export declare class InstallationsCompat implements FirebaseInstallationsCompat, FirebaseService { | ||
import { FirebaseApp, _FirebaseService } from '@firebase/app-compat'; | ||
import { FirebaseInstallations, IdChangeCallbackFn, IdChangeUnsubscribeFn } from "@firebase/installations"; | ||
export declare class InstallationsCompat implements FirebaseInstallationsCompat, _FirebaseService { | ||
app: FirebaseApp; | ||
@@ -25,0 +23,0 @@ private _installations; |
@@ -17,5 +17,5 @@ /** | ||
*/ | ||
import { FirebaseApp } from '@firebase/app-types'; | ||
import { FirebaseInstallations } from "@firebase/installations-types"; | ||
import { FirebaseApp } from '@firebase/app-compat'; | ||
import { FirebaseInstallations } from "@firebase/installations"; | ||
export declare function getFakeApp(): FirebaseApp; | ||
export declare function getFakeInstallations(): FirebaseInstallations; |
{ | ||
"name": "@firebase/installations-compat", | ||
"version": "0.0.900-exp.4bb72b62a", | ||
"version": "0.0.900-exp.555fe23c5", | ||
"private": false, | ||
@@ -29,7 +29,3 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"serve:build": "rollup -c test-app/rollup.config.js", | ||
"serve:host": "http-server -c-1 test-app", | ||
"api-report": "api-extractor run --local --verbose", | ||
"predoc": "node ../../scripts/exp/remove-exp.js temp", | ||
"doc": "api-documenter markdown --input temp --output docs", | ||
"build:doc": "yarn build && yarn doc" | ||
"serve:host": "http-server -c-1 test-app" | ||
}, | ||
@@ -47,20 +43,19 @@ "repository": { | ||
"rollup": "2.33.2", | ||
"@rollup/plugin-commonjs": "15.1.0", | ||
"@rollup/plugin-commonjs": "17.1.0", | ||
"@rollup/plugin-json": "4.1.0", | ||
"@rollup/plugin-node-resolve": "9.0.0", | ||
"@rollup/plugin-node-resolve": "11.2.0", | ||
"rollup-plugin-typescript2": "0.29.0", | ||
"rollup-plugin-uglify": "6.0.4", | ||
"typescript": "4.0.5" | ||
"typescript": "4.2.2" | ||
}, | ||
"peerDependencies": { | ||
"@firebase/app-compat": "0.0.900-exp.4bb72b62a" | ||
"@firebase/app-compat": "0.0.900-exp.555fe23c5" | ||
}, | ||
"dependencies": { | ||
"@firebase/installations": "0.0.900-exp.4bb72b62a", | ||
"@firebase/installations-types": "0.0.900-exp.4bb72b62a", | ||
"@firebase/installations": "0.0.900-exp.555fe23c5", | ||
"@firebase/util": "0.3.4", | ||
"@firebase/component": "0.1.21", | ||
"@firebase/component": "0.2.0", | ||
"idb": "3.0.2", | ||
"tslib": "^1.11.1" | ||
"tslib": "^2.0.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
6
0
27976
310
+ Added@firebase/app@0.0.900-exp.555fe23c5(transitive)
+ Added@firebase/app-compat@0.0.900-exp.555fe23c5(transitive)
+ Added@firebase/component@0.2.0(transitive)
+ Added@firebase/installations@0.0.900-exp.555fe23c5(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@firebase/installations-types@0.0.900-exp.4bb72b62a
- Removed@firebase/app@0.0.900-exp.4bb72b62a(transitive)
- Removed@firebase/app-compat@0.0.900-exp.4bb72b62a(transitive)
- Removed@firebase/app-types@0.0.900-exp.4bb72b62a0.9.3(transitive)
- Removed@firebase/component@0.1.21(transitive)
- Removed@firebase/installations@0.0.900-exp.4bb72b62a(transitive)
- Removed@firebase/installations-types@0.0.900-exp.4bb72b62a(transitive)
Updated@firebase/component@0.2.0
Updatedtslib@^2.0.0