Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
find-duplicate-strings
Advanced tools
Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference
Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference
Install:
npm i -g find-duplicate-strings
Run:
find-duplicate-strings
When no arguments are passed, the CLI will ask you for the required information.
For more information about what arguments and flags are supported, use the -h or --help flag.
Example:
find-duplicate-strings . --exclusions node_modules --extensions ts,js -s
When done, if you aren't running in silent mode it will output a table containing it's first 10 findings:
┌─────────┬──────────────┬───────────────────────────────┐
│ (index) │ 0 │ 1 │
├─────────┼──────────────┼───────────────────────────────┤
│ 0 │ 'one' │ { count: 2, files: [Array] } │
│ 1 │ 'bar' │ { count: 15, files: [Array] } │
│ 2 │ 'two' │ { count: 2, files: [Array] } │
│ 3 │ 'foo' │ { count: 14, files: [Array] } │
│ 4 │ 'three' │ { count: 2, files: [Array] } │
│ 5 │ 'four' │ { count: 2, files: [Array] } │
│ 6 │ 'baz' │ { count: 2, files: [Array] } │
│ 7 │ 'five' │ { count: 2, files: [Array] } │
│ 8 │ 'foobar' │ { count: 6, files: [Array] } │
│ 9 │ 'not-unique' │ { count: 2, files: [Array] } │
│ 10 │ '...' │ '...' │
└─────────┴──────────────┴───────────────────────────────┘
After that, you will be asked to enter a path for a file to be created that the results can be written to (json):
? Please provide a filepath to store the output.
./output/filename
This will write the output to ./output/filename.json
if the output directory exists.
Use the help flag to get more information about how to use the CLI.
find-duplicate-strings --help
MIT
FAQs
Easy to use CLI that finds duplicate strings in a directory and stores them in a external file for easy reference
The npm package find-duplicate-strings receives a total of 5 weekly downloads. As such, find-duplicate-strings popularity was classified as not popular.
We found that find-duplicate-strings 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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.