
Security News
Next.js Patches Critical Middleware Vulnerability (CVE-2025-29927)
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
merge-yaml-cli
Advanced tools
Merges YAML files together using glob patterns to specify input files, with a CLI to write out the result as a file.
npm i -g merge-yaml-cli
merge-yaml -i example.yaml includes/*.yml -o merged.yml
const mergeYaml = require('merge-yaml-cli')
mergeYaml.on('files', console.log('Files found: ', files))
const result = mergeYaml.merge(['example.yml', 'includes/*.yml'])
The repo contains one simple test case. tests/base.yml
is merged with includes/*.yml
and the output is compared with expected.yml
.
The test can be run with yarn test
or npm test
but requires Docker and Docker Compose to be installed.
[1.1.2] - 2018-03-06
FAQs
CLI utility for merging YAML files
The npm package merge-yaml-cli receives a total of 2,364 weekly downloads. As such, merge-yaml-cli popularity was classified as popular.
We found that merge-yaml-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.
Security News
Next.js has patched a critical vulnerability (CVE-2025-29927) that allowed attackers to bypass middleware-based authorization checks in self-hosted apps.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.