
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@dhealthdapps/backend
Advanced tools
dHealth dApps Backend with NestJS for dHealth Network.
NOTE: The author(s) and contributor(s) of this package cannot be held responsible for any loss of money or for any malintentioned usage forms of this package. Please use this package with caution.
First make sure to setup your environment by copying the .env-sample
file into a production equivalent .env
file.
cp runtime/backend/.env-sample runtime/backend/.env
This software can be installed and deployed using lerna. Following commands are available:
# install all dependencies
lerna bootstrap
# build the vue software
lerna run build --stream --scope @dhealthdapps/backend
# test the vue software
lerna run test --stream --scope @dhealthdapps/backend
# serve/deploy the vue software
lerna run serve --stream --scope @dhealthdapps/backend
# show the status of database migrations
lerna run db:migration:show --stream --scope @dhealthdapps/backend
# create a new database migration (please rename afterwards)
lerna run db:migration:create --stream --scope @dhealthdapps/backend
# run all pending database migrations
lerna run db:migration:up --stream --scope @dhealthdapps/backend
# undo the latest migration run
lerna run db:migration:down --stream --scope @dhealthdapps/backend
# undo all the migration previously run
lerna run db:migration:reset --stream --scope @dhealthdapps/backend
Use the following available resources to get help:
Contributions are welcome and appreciated. Check CONTRIBUTING for information on how to contribute.
Copyright 2022-present dHealth Network, All rights reserved.
Licensed under the LGPL v3.0
FAQs
dHealth ELEVATE API
We found that @dhealthdapps/backend demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.