@firebase/functions-compat
Advanced tools
Comparing version 0.0.900-exp.4bb72b62a to 0.0.900-exp.555fe23c5
import firebase, { firebase as firebase$1 } from '@firebase/app-compat'; | ||
import { httpsCallable, useFunctionsEmulator } from '@firebase/functions'; | ||
import '@firebase/functions-types'; | ||
import { FirebaseError } from '@firebase/util'; | ||
@@ -85,3 +84,2 @@ import { Component } from '@firebase/component'; | ||
const namespaceExports = { | ||
// no-inline | ||
Functions: FunctionsService | ||
@@ -88,0 +86,0 @@ }; |
import firebase, { firebase as firebase$1 } from '@firebase/app-compat'; | ||
import { httpsCallable, useFunctionsEmulator } from '@firebase/functions'; | ||
import '@firebase/functions-types'; | ||
import { FirebaseError } from '@firebase/util'; | ||
@@ -86,3 +85,2 @@ import { Component } from '@firebase/component'; | ||
var namespaceExports = { | ||
// no-inline | ||
Functions: FunctionsService | ||
@@ -89,0 +87,0 @@ }; |
@@ -5,3 +5,2 @@ 'use strict'; | ||
var functions = require('@firebase/functions'); | ||
require('@firebase/functions-types'); | ||
var util = require('@firebase/util'); | ||
@@ -93,3 +92,2 @@ var component = require('@firebase/component'); | ||
var namespaceExports = { | ||
// no-inline | ||
Functions: FunctionsService | ||
@@ -96,0 +94,0 @@ }; |
@@ -17,5 +17,5 @@ /** | ||
*/ | ||
import { FirebaseApp } from '@firebase/app-compat'; | ||
import { FunctionsService } from './service'; | ||
import { FirebaseApp } from '@firebase/app-types'; | ||
import { Functions as FunctionsServiceExp } from "@firebase/functions-types"; | ||
import { Functions as FunctionsServiceExp } from "@firebase/functions"; | ||
declare module '@firebase/component' { | ||
@@ -22,0 +22,0 @@ interface NameServiceMapping { |
@@ -18,4 +18,4 @@ /** | ||
import { FirebaseFunctions, HttpsCallable } from '@firebase/functions-types'; | ||
import { HttpsCallableOptions, Functions as FunctionsServiceExp } from "@firebase/functions-types"; | ||
import { FirebaseApp } from '@firebase/app-types'; | ||
import { HttpsCallableOptions, Functions as FunctionsServiceExp } from "@firebase/functions"; | ||
import { FirebaseApp } from '@firebase/app-compat'; | ||
export declare class FunctionsService implements FirebaseFunctions { | ||
@@ -22,0 +22,0 @@ app: FirebaseApp; |
@@ -17,4 +17,4 @@ /** | ||
*/ | ||
import { FirebaseApp } from '@firebase/app-types'; | ||
import { FirebaseApp } from '@firebase/app-compat'; | ||
import { FunctionsService } from '../src/service'; | ||
export declare function createTestService(app: FirebaseApp, regionOrCustomDomain?: string): FunctionsService; |
{ | ||
"name": "@firebase/functions-compat", | ||
"version": "0.0.900-exp.4bb72b62a", | ||
"version": "0.0.900-exp.555fe23c5", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "private": false, | ||
"peerDependencies": { | ||
"@firebase/app-compat": "0.0.900-exp.4bb72b62a" | ||
"@firebase/app-compat": "0.0.900-exp.555fe23c5" | ||
}, | ||
@@ -24,3 +24,3 @@ "devDependencies": { | ||
"rollup-plugin-typescript2": "0.29.0", | ||
"typescript": "4.0.5" | ||
"typescript": "4.2.2" | ||
}, | ||
@@ -52,8 +52,7 @@ "repository": { | ||
"dependencies": { | ||
"@firebase/component": "0.1.21", | ||
"@firebase/functions": "0.0.900-exp.4bb72b62a", | ||
"@firebase/functions-types": "0.0.900-exp.4bb72b62a", | ||
"@firebase/component": "0.2.0", | ||
"@firebase/functions": "0.0.900-exp.555fe23c5", | ||
"@firebase/messaging-types": "0.5.0", | ||
"@firebase/util": "0.3.4", | ||
"tslib": "^1.11.1" | ||
"tslib": "^2.0.0" | ||
}, | ||
@@ -60,0 +59,0 @@ "nyc": { |
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
41476
445
+ 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/functions@0.0.900-exp.555fe23c5(transitive)
+ Addedtslib@2.8.1(transitive)
- 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.4bb72b62a(transitive)
- Removed@firebase/component@0.1.21(transitive)
- Removed@firebase/functions@0.0.900-exp.4bb72b62a(transitive)
- Removed@firebase/functions-types@0.0.900-exp.4bb72b62a(transitive)
Updated@firebase/component@0.2.0
Updatedtslib@^2.0.0