
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
Bangumi data which is scraped from Bangumi and TMDB.
npm i bgmd
It exports 3 bundled json file:
bgmd: Basic information of all the scraped bangumi subjectbgmd/full: Full information (with summary and more) of all the scraped bangumi subjectbgmd/calendar: Basic information of the onair bangumis that was onairing at the time of package releaseimport basic from 'bgmd' with { type: 'json' };
import full from 'bgmd/full' with { type: 'json' };
import calendar from 'bgmd/calendar' with { type: 'json' };
If you don't want to download this large package, you can just use the following cdn to get the latest data.
bgmd: https://unpkg.com/bgmd@0/dist/index.jsonbgmd/full: https://unpkg.com/bgmd@0/dist/full.jsonbgmd/calendar: https://unpkg.com/bgmd@0/dist/calendar.jsonOr use the following helper functions in bgmt/cdn to fetch cdn.
npm i bgmt
import { fetchBasicSubjects, fetchFullSubjects, fetchCalendarSubjects } from 'bgmt/cdn'
// https://unpkg.com/bgmd@0/dist/index.json
await fetchBasicSubjects()
// https://unpkg.com/bgmd@0/dist/full.json
await fetchFullSubjects()
// https://unpkg.com/bgmd@0/dist/calendar.json
await fetchCalendarSubjects()
MIT License © 2023 XLor
FAQs
Bangumi data
We found that bgmd demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.