Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@firebase/functions-compat

Package Overview
Dependencies
Maintainers
5
Versions
1163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/functions-compat - npm Package Compare versions

Comparing version 0.0.900-exp.4bb72b62a to 0.0.900-exp.555fe23c5

2

dist/index.esm2017.js
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 @@ };

4

dist/src/register.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc