
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@evdy-consumer/cloudcms-api-proxy
Advanced tools
cloudcms-api-proxyA proxy to the CloudCMS API, handling caching via Redis and giving us the ability to create custom endpoints that interact with the CloudCMS API
Install lerna globally if you haven't already: npm install -g lerna
Copy env-template to .env
Populate the variables within .env with the needed values
Currently we're using graphql-combine-query for combining queries when batching queries to send to CloudCMS. This package is pretty new and doesn't have wide adoption yet, so we should keep tabs on it... I (kzusy) performed an audit before adding and didn't see anything suspect. It only has one dependency, which is graphql: ^15.1.0, and that matches the version that we are using.
Start your local redis server (assuming you installed via wsl): sudo service redis-server start
Install dependencies: lerna bootstrap
To transpile the source, start the service and watch for any changes: npm run watch
NOTE: At the time of writing this there is an occasional issue with the
watchscript. If you run into that, you can run thebuildandrunscripts. Alternatively, and preferably, you can fix thewatchissue :trollface:
lib/ or dist/ directory to the "watch" array within nodemon.json. Then run lerna run watchFAQs
Proxy for using the CloudCMS API
We found that @evdy-consumer/cloudcms-api-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.