Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
holo-schedule
Advanced tools
I love Haachama.
Hololive schedule crawler and parser.
yarn add holo-schedule
# or
npm install holo-schedule
import parseScheduleHtml from 'holo-schedule'
// or:
// const parseScheduleHtml = require('holo-schedule').default
import getScheduleHtml from 'holo-schedule/lib/getScheduleHtml'
// You can also get the html by yourself
const html = await getScheduleHtml()
// The dict stores steamers' icon data, you can save for using next time
const { lives, dict } = parseScheduleHtml(html)
console.log(lives)
Gets list like
[
{
time: 2020-07-31T11:02:00.000Z,
streamer: 'アステル・レダ',
guests: [ '鏡見キラ', '奏手イヅル' ],
link: 'https://www.youtube.com/watch?v=WntgMec1Q6A',
livePreviewImage: 'https://img.youtube.com/vi/WntgMec1Q6A/mqdefault.jpg'
},
{
time: 2020-08-01T10:00:00.000Z,
streamer: '赤井はあと',
guests: [],
link: 'https://www.youtube.com/watch?v=bYKeO_RKh6I',
livePreviewImage: 'https://img.youtube.com/vi/bYKeO_RKh6I/mqdefault.jpg'
},
...
]
For detail, see the TypeScript definition.
FAQs
Hololive schedule parser
The npm package holo-schedule receives a total of 6 weekly downloads. As such, holo-schedule popularity was classified as not popular.
We found that holo-schedule 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.