Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

@modernpoacher/zashiki

Package Overview
Dependencies
Maintainers
2
Versions
622
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modernpoacher/zashiki

Zashiki

latest
Source
npmnpm
Version
1.5.171
Version published
Weekly downloads
5
-44.44%
Maintainers
2
Weekly downloads
 
Created
Source

@modernpoacher/zashiki

Zashiki

Configuration Variables

All parameters can be provided as command line arguments.

Hapi Server

{
  "server": {
    "host": "0.0.0.0",
    "port": 5001
  }
}

MongoDB

{
  "mongo": {
    "uri": "mongodb://127.0.0.1:27017/zashiki-transport",
    "options": {}
  }
}

Karakuri

{
  "karakuri": {
    "baseUrl": "http://127.0.0.1:5003/api/v1"
  }
}

Catbox

{
  "catbox": {
    "cache": {
      "client": {
        "uri": "mongodb://127.0.0.1:27017/",
        "partition": "zashiki-mechanism"
      }
    }
  }
}

Environment Variables

All parameters can be provided as command line arguments.

API_PROTOCOL='http'
API_HOST='127.0.0.1'
API_PORT='5002'
API_PATH='api'
API_VERSION='v1'

Build

At the command line execute:

npm run build

Start

At the command line execute:

npm start

Or:

npm start -- \
  --server:host 0.0.0.0 \
  --server:port 5001 \
  --mongo:uri mongodb://127.0.0.1:27017/zashiki-transport \
  --karakuri:baseUrl http://127.0.0.1:5003/api/v1 \
  --catbox:cache:client:uri mongodb://127.0.0.1:27017

FAQs

Package last updated on 30 Nov 2025

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