
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
quantum_directus
Advanced tools
Fork of Directus.
It contains modifications for special needs of us.
nvm use
.env filePlace it under the /api folder!
HOST="localhost"
PORT=8055
BE_PORT=8055
API_URL="http://0.0.0.0:8055"
DB_CLIENT="pg"
DB_HOST="localhost"
DB_PORT=5432
DB_DATABASE="db3"
DB_USER="aw"
DB_PASSWORD="password"
SERVE_APP=true
KEY="..."
SECRET="..."
ADMIN_EMAIL="admin@example.com"
ADMIN_PASSWORD="password"
set -o allexport; source api/.env; set +o allexport
Installnál maradjanak az eredeti verziószámok, különben nem fogja megtalálni a local package-eke a workspace-ben!
pnpm i
A boostrtap dist-ből használja a shared-et.
pnpm build
Legyen létrehozva, és elérhető az üres db az env fájlban megadottak alapján.
pnpm --filter quantum_directus_api cli bootstrap
pnpm --filter quantum_directus_app build && pnpm --filter quantum_directus_api dev
There is no watch mode for the app, so it should be rerunned after every app changes.
cp -a app/dist ../quantum_ugyvitel/node_modules/quantum_directus_app && \
cp -a api/dist ../quantum_ugyvitel/node_modules/quantum_directus_api
directus/package.json -> { "version': "1.0.x", [...] }api/package.json -> { "version': "1.0.x", [...] }app/package.json -> { "version': "1.0.x", [...] }Replace the NPM auth token that defines the target account.
NPM Access token must be a Classic Automation Access Token.
pnpm -r build && \
NODE_AUTH_TOKEN=[...] \
pnpm \
--filter quantum_directus_app \
--filter quantum_directus_api \
--filter quantum_directus \
publish --access=public --no-git-checks
FAQs
quantum_directus
The npm package quantum_directus receives a total of 80 weekly downloads. As such, quantum_directus popularity was classified as not popular.
We found that quantum_directus demonstrated a not healthy version release cadence and project activity because the last version was released 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.