
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
@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
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.