
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@backupfire/firebase
Advanced tools
This is open-source core of Backup Fire, a service that enables automatic backup of Firestore, the Firebase's DB, and Firebase authentication data.
To setup automatic backups, sign up at Backup Fire, create a project, and follow the provided instructions. The examples below are provided only as a reference.
The library is available as an npm package. To install it, run:
npm install @backupfire/firebase --save
# or with yarn
yarn add @backupfire/firebase
Make sure that you created and activated a project at Backup Fire first.
JavaScript:
// 1. Import the agent package
const backupfireAgent = require('@backupfire/firebase')
// 2. Create and export the agent
exports.backupfire = backupfireAgent()
TypeScript:
// 1. Import the agent package
import backupfireAgent from '@backupfire/firebase'
// 2. Create and export the agent
export const backupfire = backupfireAgent()
Specify the region to deploy the agent function:
import backupfireAgent from '@backupfire/firebase'
export const backupfire = backupfireAgent({
// See the list of available regions:
// https://firebase.google.com/docs/functions/locations
region: 'europe-west3'
})
1.9.1 - 2023-06-09
functions.config()
.FAQs
Backup Fire Firebase agent
We found that @backupfire/firebase demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.