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

hfbcast

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hfbcast

Ideally the data should be harvested from the original sources, but for now it is taken in a rather crude way from https://shortwavedb.org.

latest
npmnpm
Version
1.0.8-lib7
Version published
Maintainers
2
Created
Source

Prepare data

Ideally the data should be harvested from the original sources, but for now it is taken in a rather crude way from https://shortwavedb.org.

Go to https://shortwavedb.org/schedules.html and do a search for each of EiBi, AOKI, HFCC like shown in the image (make sure to select "Display All"). Save the result HTML page for each search in the sources folder as shortwave_<AOKI or EIBI or HFCC>.html

Build the database

Build the database in the sqlite directory. The database file must be gzipped and moved to the assets folder to be used by other rfdf applications.

> cd sqlite
> npm install -g ts-node
> npm install
> npm run build
> gzip database.sqlite
> mv database.sqlite.gz ../assets

Data sources

Assembled:

Original:

FAQs

Package last updated on 05 Mar 2026

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