
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
##Neccesary environment variables (.env)
DEBUG=spp-api:api:defaultErrorMiddleware
DATABASE_URL=postgres://user:pass@localhost:5000/
USE_PG_SSL=0 # 1 for production, unset or 0 otherwise
You'll want to configure FB_APP_ID and FB_APP_SECRET to point at your own
personal Facebook test app, to make sure you don't step on the toes of CircleCI,
staging, or another developer while your integration (Mocha) tests create and
tear down Facebook test users.
In production, we also want to set APNS_PRODUCTION_PASS.
##Install
$ npm install
##Test
$ mocha
##Deployment
CircleCI runs on each push to master. Heroku auto-deploys to staging whenever CircleCI passes. Pipeline promotion downstream to production happens manually.
FAQs
API server powering the Self-Portrait Project
The npm package spp-api receives a total of 0 weekly downloads. As such, spp-api popularity was classified as not popular.
We found that spp-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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.