
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.
@google-cloud/cloud-rad
Advanced tools
Helper tool to generate documentation for Nodejs client libraries and upload them to [https://cloud.google.com/nodejs/docs/reference](https://cloud.google.com/nodejs/docs/reference).
Helper tool to generate documentation for Nodejs client libraries and upload them to https://cloud.google.com/nodejs/docs/reference.
Inside a client library, run:
npm install
npm install --no-save https://github.com/googleapis/nodejs-cloud-rad#main
npx @google-cloud/cloud-rad
Set NO_UPLOAD=1 to generate the docfx yaml without attempting to upload to Cloud RAD.
Ignore the warnings about pip. There should be a _devsite folder with yaml files. Install docfx. Clone https://github.com/googleapis/doc-templates outside of the client library.
Create the following docfx.json file inside the client library:
{
"build": {
"content": [
{
"files": ["**/*.yml"],
"src": "_devsite/",
"dest": "api"
}
],
"dest": "_site",
"template": [
"/absolute path to/doc-templates/third_party/docfx/templates/devsite"
]
}
}
Run docfx --serve. You should see docs without CSS styling on localhost:8080/api.
FAQs
Helper tool to generate documentation for Nodejs client libraries and upload them to [https://cloud.google.com/nodejs/docs/reference](https://cloud.google.com/nodejs/docs/reference).
The npm package @google-cloud/cloud-rad receives a total of 162 weekly downloads. As such, @google-cloud/cloud-rad popularity was classified as not popular.
We found that @google-cloud/cloud-rad demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.