New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@jabybaby/scraper-storage-firebase

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@jabybaby/scraper-storage-firebase

``` const firebaseRunner = require('@jabybaby/scraper-storage-firebase')

latest
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

Scraper Storage - Firebase

const firebaseRunner = require('@jabybaby/scraper-storage-firebase')

const serviceAccount = require('./service-account.json');
const databaseURL = "https://something.firebasedatabase.app/"

// Example RapidRandi scraper:
const SERVICE_ID = "rapid-randi"
const identifiedBy = 'date'
const rapidScraper = require('rapid-randi-scraper')
const scraper = rapidScraper.scrapeRapid

firebaseRunner(serviceAccount, databaseURL, SERVICE_ID, identifiedBy, scraper)

FAQs

Package last updated on 01 Dec 2024

Did you know?

Socket

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.

Install

Related posts