
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
openapi-yaml-to-csv-excel
Advanced tools
CLI tool to convert OpenAPI yaml file to CSV/Excel file.
This is a CLI tool for converting OpenAPI YAML file to CSV/Excel file. Please see the following examples below to better understand this tool.
Input file example
Output file example
This tool supports OpenAPI 3.0.0 or later and supports fields below.
Field name | Support |
---|---|
[path].summary | ✅ |
[path].descripition | ✅ |
[path].[method].tags | ✅ |
[path].[method].summary | ✅ |
[path].[method].description | ✅ |
[path].[method].operationId | ✅ |
Command
npx openapi-yaml-to-csv-excel convert -i input-file.yaml -o output-file.csv
npx openapi-yaml-to-csv-excel convert -i input-file.yaml -o output-file.xlsx
Options
Option | Required | Description |
---|---|---|
-i, --input | yes | Input file name |
-o, --output | no | Output file name |
Command
npx openapi-yaml-to-csv-excel update -i input-file.yaml -u update-file.csv -o output-file.csv
npx openapi-yaml-to-csv-excel update -i input-file.yaml -u update-file.xlsx -o output-file.xlsx
Options
Option | Required | Description |
---|---|---|
-i, --input | yes | Input file name |
-u, --update | yes | Updating file name |
-o, --output | no | Output file name |
Contributions are welcome! If you find a bug or want to request a new feature, please open a new issue.
OpenAPI YAML to CSV/Excel is available under the MIT License.
FAQs
CLI tool to convert OpenAPI yaml file to CSV/Excel file.
The npm package openapi-yaml-to-csv-excel receives a total of 3 weekly downloads. As such, openapi-yaml-to-csv-excel popularity was classified as not popular.
We found that openapi-yaml-to-csv-excel 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.