
Product
Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
glob-concat-cli
Advanced tools
A command-line interface for concatenating files leveraging fast-glob.
npm install --dev glob-concat-cli
yarn add --dev glob-concat-cli
files
Type: string[]
Alias: f
Required: true
The files to concatenate. Supports glob patterns via fast-glob. This is the only required option.
output
Type: string
Alias: o
Default: stdout
The file to output the concatenated files to. If not provided, the concatenated files will be output to stdout.
allowEmpty
Type: boolean
Alias: ae
Default: true
Whether to fail the command if no files are found or if any of the provided inputs can't be found. If set to true
, the command will exit with a status code of 0
and no output will be written.
sourcemap
Type: boolean
Alias: map
Default: true
Whether to output a sourcemap for the concatenated files. If set to false
, no sourcemap will be written to disk.
When leveraging this package, you can also pass in any of the options supported by fast-glob.
Due to how this utility is built, the following options are not supported:
onlyDirectories
(this is always set to false
because this utility is meant to concatenate files)stats
objectMode
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details. This means you can use this however you like as long as you provide attribution back to this one. It's nice to share but it's also nice to get credit for your work. 😉
I am gainfully employed at the moment, however, if you find this plugin useful and would like to buy me a coffee/beer as a small thank you, I would greatly appreciate it! Funding links are available in the GitHub UI for this repo.
FAQs
A concatenation tool leveraging fast-glob for CLIs
The npm package glob-concat-cli receives a total of 1 weekly downloads. As such, glob-concat-cli popularity was classified as not popular.
We found that glob-concat-cli 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.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.