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

@firebase/functions

Package Overview
Dependencies
Maintainers
4
Versions
3275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/functions - npm Package Compare versions

Comparing version 0.11.9 to 0.11.10-20241112154924

2

dist/esm/index.esm2017.js

@@ -616,3 +616,3 @@ import { _registerComponent, registerVersion, _getProvider, getApp } from '@firebase/app';

const name = "@firebase/functions";
const version = "0.11.9";
const version = "0.11.10-20241112154924";

@@ -619,0 +619,0 @@ /**

@@ -0,0 +0,0 @@ /**

export declare const TEST_PROJECT: any;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -33,3 +33,3 @@ /**

*/
export declare type HttpsCallable<RequestData = unknown, ResponseData = unknown> = (data?: RequestData | null) => Promise<HttpsCallableResult<ResponseData>>;
export type HttpsCallable<RequestData = unknown, ResponseData = unknown> = (data?: RequestData | null) => Promise<HttpsCallableResult<ResponseData>>;
/**

@@ -77,3 +77,3 @@ * An interface for metadata about how calls should be executed.

*/
export declare type FunctionsErrorCodeCore = 'ok' | 'cancelled' | 'unknown' | 'invalid-argument' | 'deadline-exceeded' | 'not-found' | 'already-exists' | 'permission-denied' | 'resource-exhausted' | 'failed-precondition' | 'aborted' | 'out-of-range' | 'unimplemented' | 'internal' | 'unavailable' | 'data-loss' | 'unauthenticated';
export type FunctionsErrorCodeCore = 'ok' | 'cancelled' | 'unknown' | 'invalid-argument' | 'deadline-exceeded' | 'not-found' | 'already-exists' | 'permission-denied' | 'resource-exhausted' | 'failed-precondition' | 'aborted' | 'out-of-range' | 'unimplemented' | 'internal' | 'unavailable' | 'data-loss' | 'unauthenticated';
/**

@@ -119,3 +119,3 @@ * The set of Firebase Functions status codes. The codes are the same at the

*/
export declare type FunctionsErrorCode = `functions/${FunctionsErrorCodeCore}`;
export type FunctionsErrorCode = `functions/${FunctionsErrorCodeCore}`;
declare module '@firebase/component' {

@@ -122,0 +122,0 @@ interface NameServiceMapping {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

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

const name = "@firebase/functions";
const version = "0.11.9";
const version = "0.11.10-20241112154924";

@@ -623,0 +623,0 @@ /**

@@ -0,0 +0,0 @@ /**

export declare const TEST_PROJECT: any;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -33,3 +33,3 @@ /**

*/
export declare type HttpsCallable<RequestData = unknown, ResponseData = unknown> = (data?: RequestData | null) => Promise<HttpsCallableResult<ResponseData>>;
export type HttpsCallable<RequestData = unknown, ResponseData = unknown> = (data?: RequestData | null) => Promise<HttpsCallableResult<ResponseData>>;
/**

@@ -77,3 +77,3 @@ * An interface for metadata about how calls should be executed.

*/
export declare type FunctionsErrorCodeCore = 'ok' | 'cancelled' | 'unknown' | 'invalid-argument' | 'deadline-exceeded' | 'not-found' | 'already-exists' | 'permission-denied' | 'resource-exhausted' | 'failed-precondition' | 'aborted' | 'out-of-range' | 'unimplemented' | 'internal' | 'unavailable' | 'data-loss' | 'unauthenticated';
export type FunctionsErrorCodeCore = 'ok' | 'cancelled' | 'unknown' | 'invalid-argument' | 'deadline-exceeded' | 'not-found' | 'already-exists' | 'permission-denied' | 'resource-exhausted' | 'failed-precondition' | 'aborted' | 'out-of-range' | 'unimplemented' | 'internal' | 'unavailable' | 'data-loss' | 'unauthenticated';
/**

@@ -119,3 +119,3 @@ * The set of Firebase Functions status codes. The codes are the same at the

*/
export declare type FunctionsErrorCode = `functions/${FunctionsErrorCodeCore}`;
export type FunctionsErrorCode = `functions/${FunctionsErrorCodeCore}`;
declare module '@firebase/component' {

@@ -122,0 +122,0 @@ interface NameServiceMapping {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

{
"name": "@firebase/functions",
"version": "0.11.9",
"version": "0.11.10-20241112154924",
"description": "",

@@ -49,10 +49,10 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

"peerDependencies": {
"@firebase/app": "0.x"
"@firebase/app": "0.10.16-20241112154924"
},
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.16-20241112154924",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
"typescript": "5.5.4"
},

@@ -69,7 +69,7 @@ "repository": {

"dependencies": {
"@firebase/component": "0.6.10",
"@firebase/messaging-interop-types": "0.2.2",
"@firebase/auth-interop-types": "0.2.3",
"@firebase/app-check-interop-types": "0.3.2",
"@firebase/util": "1.10.1",
"@firebase/component": "0.6.11-20241112154924",
"@firebase/messaging-interop-types": "0.2.3-20241112154924",
"@firebase/auth-interop-types": "0.2.4-20241112154924",
"@firebase/app-check-interop-types": "0.3.3-20241112154924",
"@firebase/util": "1.10.2-20241112154924",
"tslib": "^2.1.0"

@@ -76,0 +76,0 @@ },

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