
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@firebase/functions
Advanced tools
This is the functions component for the Firebase JS SDK. It has a peer dependency on the [`@firebase/app`](https://npm.im) package on NPM. This package is included by default in the [`firebase`](https://npm.im/firebase) wrapper package.
@firebase/functionsThis is the functions component for the Firebase JS SDK. It has a peer
dependency on the @firebase/app package on NPM. This package
is included by default in the firebase wrapper
package.
You can install this package by running the following in your project:
$ npm install @firebase/functions
You can then use the firebase namespace exposed by this package as illustrated below:
ES Modules
import firebase from '@firebase/app';
import '@firebase/functions'
// Do stuff w/ `firebase` and `firebase.functions`
CommonJS Modules
const firebase = require('@firebase/app').default;
require('@firebase/functions');
// Do stuff with `firebase` and `firebase.functions`
For comprehensive documentation please see the Firebase Reference Docs.
The AWS SDK for JavaScript allows you to directly interact with AWS services from client-side code. Similar to @firebase/functions, it enables calling cloud functions (AWS Lambda) but within the AWS ecosystem. The main difference lies in the cloud provider and the specific services and features offered by AWS versus Firebase.
Azure Functions is a package that allows you to develop, test, and run Azure functions locally before deploying them to the cloud. While it serves a similar purpose in enabling serverless computing, it's more focused on the Azure platform, contrasting with @firebase/functions which is tailored for Firebase and Google Cloud.
FAQs
This is the Firebase Functions component of the Firebase JS SDK.
The npm package @firebase/functions receives a total of 3,137,141 weekly downloads. As such, @firebase/functions popularity was classified as popular.
We found that @firebase/functions demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.