Socket
Socket
Sign inDemoInstall

eternal-support

Package Overview
Dependencies
324
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eternal-support

Support library for Eternal Client projects, has anime functions, control, logging and more utilities


Version published
Weekly downloads
166
increased by514.81%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

NPM

Eternal Support

Eternal-Support is a support library, which adds useful functions and requests to libraries such as nekos.life and akaneko, its objective is the optimization of work resources

Utilities

Obtaining anime images through akaneño and nekos.life Example:

Anime Images

import { mobileWallpapers } from 'eternal-support';
async function getMobileWallpapers() {
  const mobileWallpapers = await mobileWallpapers();
  console.log(mobileWallpapers);
}

getMobileWallpapers();

Console Style

import { logWithLabel } from 'eternal-support';
logWithLabel('info', 'Hello World');

Installation

npm install eternal-support

Types of requests

I added a typings file and will be working to improve it. This allows editors like VSC to use intellisense/autocomplete to suggest functions and help out with parameters and to see what you'll be receiving as a result of function calls.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Beta Version

The project is in its first versions so it is not even 20% of what it is expected to be able to do. If you have questions about the library's requests, consult our documentation for more information Documentation

Discord Server

If you have any questions or want to contribute to the project, join our discord server Discord

Keywords

FAQs

Last updated on 27 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc