
Security News
n8n Tops 2025 JavaScript Rising Stars as Workflow Platforms Gain Momentum
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.
@modernpoacher/zashiki
Advanced tools
@modernpoacher/zashikiAll parameters can be provided as command line arguments.
{
"server": {
"host": "0.0.0.0",
"port": 5001
}
}
{
"mongo": {
"uri": "mongodb://127.0.0.1:27017/zashiki-transport",
"options": {}
}
}
{
"karakuri": {
"baseUrl": "http://127.0.0.1:5003/api/v1"
}
}
{
"catbox": {
"cache": {
"client": {
"uri": "mongodb://127.0.0.1:27017/",
"partition": "zashiki-mechanism"
}
}
}
}
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'
At the command line execute:
npm run build
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
Zashiki
The npm package @modernpoacher/zashiki receives a total of 5 weekly downloads. As such, @modernpoacher/zashiki popularity was classified as not popular.
We found that @modernpoacher/zashiki demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.