Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
@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 ```
The npm package @heduapp/book-api receives a total of 6 weekly downloads. As such, @heduapp/book-api popularity was classified as not popular.
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.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.