Socket
Socket
Sign inDemoInstall

@firebase/util

Package Overview
Dependencies
1
Maintainers
4
Versions
3100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.6-canary.8fb372afb to 1.9.6-dataconnect-preview.877f8b7d0

dist/node-esm/src/fetch_provider.d.ts

1

dist/index.d.ts

@@ -40,1 +40,2 @@ /**

export * from './src/global';
export * from './src/fetch_provider';

@@ -40,1 +40,2 @@ /**

export * from './src/global';
export * from './src/fetch_provider';

@@ -40,1 +40,2 @@ /**

export * from './src/global';
export * from './src/fetch_provider';

@@ -40,1 +40,2 @@ /**

export * from './src/global';
export * from './src/fetch_provider';

@@ -405,2 +405,28 @@

/**
* @license
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export declare class FetchProvider {
private static fetchImpl;
private static headersImpl;
private static responseImpl;
static initialize(fetchImpl: typeof fetch, headersImpl?: typeof Headers, responseImpl?: typeof Response): void;
static fetch(): typeof fetch;
static headers(): typeof Headers;
static response(): typeof Response;
}
/**
* An object that can be injected into the environment as __FIREBASE_DEFAULTS__,

@@ -407,0 +433,0 @@ * either as a property of globalThis, a shell environment variable, or a

@@ -405,2 +405,28 @@

/**
* @license
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export declare class FetchProvider {
private static fetchImpl;
private static headersImpl;
private static responseImpl;
static initialize(fetchImpl: typeof fetch, headersImpl?: typeof Headers, responseImpl?: typeof Response): void;
static fetch(): typeof fetch;
static headers(): typeof Headers;
static response(): typeof Response;
}
/**
* An object that can be injected into the environment as __FIREBASE_DEFAULTS__,

@@ -407,0 +433,0 @@ * either as a property of globalThis, a shell environment variable, or a

2

package.json
{
"name": "@firebase/util",
"version": "1.9.6-canary.8fb372afb",
"version": "1.9.6-dataconnect-preview.877f8b7d0",
"description": "",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc