
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@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 2,379,314 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.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.