
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@ruyadorno/redact
Advanced tools
Small cli util that redacts path refs from stdin.
It will also clean up:
node$HOME env variable will be replaced with a literal string\\ will be replaced with /)It can also be used with positional arguments to customize what word should be redact and what should be the replacement text by default.
You may install this package in the global system space and pipe any output
into redact for cleaned up output:
$ npm install -g @ruyadorno/redact
$ my_cmd | redact
OR alternatively, install+run on demand using npm exec:
$ my_cmd | npm exec @ruyadorno/redact
You may also customize what word to be redacted and define a new replacement
by providing additional positional arguments to redact, e.g:
$ my_cmd
Foo bar baz
$ my_cmd | redact bar REDACTED
Foo REDACTED baz
Note: this might or might not be simpler than trying to remember
sed's syntax
Cleaning up your system path from npm logs so that you can better share them with the world:
$ npm i 2>&1 --loglevel=verbose | redact
npm verb cli [
npm verb cli 'node',
npm verb cli '<path>/main',
npm verb cli 'i',
npm verb cli '--loglevel=verbose'
npm verb cli ]
npm info using npm@7.10.0
npm info using node@v16.0.0
...
npm timing command:install Completed in 0ms
npm verb stack TypeError: Cannot read property 'bar' of undefined
npm verb stack at Install.install (<path>/main/lib/install.js:113:40)
npm verb stack at Install.exec (<path>/main/lib/install.js:108:10)
npm verb stack at Object.[_runCmd] (<path>/main/lib/npm.js:116:12)
npm verb stack at <path>/main/lib/npm.js:28:35
npm verb stack at Object.<anonymous> (<path>/main/lib/cli.js:61:7)
npm verb cwd <path>/main
npm verb Darwin 19.6.0
npm verb argv "node" "<path>/main" "i" "--loglevel=verbose"
npm verb node v16.0.0
npm verb npm v7.10.0
npm ERR! Cannot read property 'bar' of undefined
npm verb exit 1
npm timing npm Completed in 198ms
npm verb code 1
npm ERR! A complete log of this run can be found in:
npm ERR! $HOME/.npm/_logs/2021-04-20T20_06_13_794Z-debug.log
MIT
FAQs
Small cli util that redacts path refs from stdin
We found that @ruyadorno/redact 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.