New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@e-hentai/home

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@e-hentai/home

This is a proof-of-concept implementation of the Hentai@Home client in NodeJS with limited functionality.

  • 1.6.0-alpha.9
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Hentai@Home

This is a proof-of-concept implementation of the Hentai@Home client in NodeJS. The functionality is currently limited to a bare minimum, just enough to be a part of and communicate with the network.

Installation

Make sure NodeJS and NPM are installed on your system. Install the application globally via NPM by running the command:

sudo npm install -g @e-hentai/home

Updating

If the application is already installed, it can easily be updated via NPM by running the command:

sudo npm update -g @e-hentai/home

Running

In order to join the Hentai@Home network, you need to be a registered user with credentials to operate a Hentai@Home client. To start the application the user needs to provide valid client credentials (ID+KEY). The credentials can be provided either via environment variables, or directly as command line arguments.

Starting with environment variables:

export HATH_ID=123
export HATH_KEY=ABC
hath

Starting with command line arguments:

hath --id=123 --key=ABC

Development

This project is a proof-of-concept and therefore the source code is not public available. However, the full source code can still be shared by requests from interested developers.

FAQs

Package last updated on 15 Jun 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc