New:Socket for Asana Is Now Available.Learn more
Get Started

@firebase/util

Package Overview
Dependencies
Maintainers
4
Versions
3567
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/util

_NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a member of the Firebase team, please avoid using this package_

latest
Source
npmnpm
Version
1.15.3
Version published
Weekly downloads
21M
3.3%
Maintainers
4
Weekly downloads
 
Created
Source

@firebase/util

NOTE: This is specifically tailored for Firebase JS SDK usage, if you are not a member of the Firebase team, please avoid using this package

This is a wrapper of some Webchannel Features for the Firebase JS SDK.

Usage

ES Modules

import { Deferred } from '@firebase/util';

// Do stuff with Deferred or any of the other Utils you import

CommonJS Modules

const utils = require('@firebase/util');

// Do stuff with any of the re-exported `utils`

FAQs

Package last updated on 19 Aug 2026

Related posts