
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@tdalabs/grpc-docs
Advanced tools
Command line utility to launch or debug Google's Extensible Service Proxy
Auto-generator for markdown documentation
$ npm install --save-dev @vroomlabs/grpc-docs
./node_modules/.bin/grpc-docs
package.json script:
"scripts": {
"doc": "grpc-docs"
}
If you are not already using gsdk-deploy, create the following deploy.yaml
file in the root of your project.
# =============================================================================
# = Deployment configuration
# =============================================================================
dev:
name: "search"
host: "search-dev.catalog.com"
google-project: "my-google-project-id"
endpointFormat: ""
env: []
# =============================================================================
prod:
extends: dev
google-project: "my-google-project-id"
host: "search.catalog.com"
# =============================================================================
Modify package.json to include any or all of the following:
"grpc-docs": {
"source": "./config/;./src/;" // search path for all source files, default = /src;/config
"deploy": "./deploy.yaml", // where to find the above deploy.yaml file
"docker": "./Dockerfile", // where to find the associated docker file for run/env info
"proto": "./proto/", // where to find proto files (if any)
"output": "./README.md" // where to write the output documentation file
}
Currently there is only one thing that can be manually written and automatically injected into the output, examples. Create a file named "examples.js" anywhere in the source search path. Export each example as a function from that source file.
/**
* A simple example method exists inside a file named "examples.js"
* @param {string} text - A parameter we use in this example
*/
function exampleMethodName(text) {
// do something.
}
FAQs
Command line utility to launch or debug Google's Extensible Service Proxy
The npm package @tdalabs/grpc-docs receives a total of 0 weekly downloads. As such, @tdalabs/grpc-docs popularity was classified as not popular.
We found that @tdalabs/grpc-docs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.