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

hefs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hefs

API Wrapper for Hololive EN Fan Website

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

node-hefs

Dependencies Downloads License GitHub issues

Hololive EN Fan Website API Wrapper for Node

Quick start

  • Install the package by running npm i -S hefs
  • Import the package in your project
// Import the package
const { Client } = require('hefs');
// or ES6 import
import { Client } from 'hefs';

const options = {
  session: 'copySessionTokenFromCookies',
  fetchSubmissionsOnStart: true, // Fetch and cache all submissions when creating new client. Default: false
}

const client = new Client(options);

client.once('ready', () => {
  // Your code
});

Documentation

Available on https://edqe14.github.io/node-hefs/

License

This project is using the MIT License

Keywords

hefs

FAQs

Package last updated on 10 Jul 2021

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