
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@heduapp/book-api
Advanced tools
npm start
3001
graphql-codegen.yml
npm start
npm run generate-graphql-typings
.env
doesn't have to exist, as long as the configuration is in the environment
Files:
.env
(.env config example)
DB_HOST
, DB_NAME
, DB_USER
, DB_PASSWORD
)BACK_OFFICE_URL
)AWS_ACCESS_KEY_ID
, AWS_SECRET_ACCESS_KEY
)AWS_REGION
)AWS_S3_BUCKET_NAME
).env:
AWS_ACCESS_KEY_ID=AKKAJFLK2039FALKSJF
AWS_SECRET_ACCESS_KEY=ffasd903fkljasdfLKFJASFOA909
AWS_REGION=eu-west-2
AWS_S3_BUCKET_NAME=bucket-name
.env:
DB_HOST=127.0.0.1
DB_NAME=bo-dev
DB_USER=bo
DB_PASSWORD=bo
To access the production or testing DB, create an SSH tunnel to the content service server:
ssh -L 5433:store4.rosti.cz:5432 -p 14364 app@node-14.rosti.cz
.env:
BACK_OFFICE_URL=http://localhost:9433
.env:
DISCUSSION_MASTER_TOKEN=token
Use winston instance from src/logger.ts.
FAQs
``` npm start ```
We found that @heduapp/book-api 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.