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.
@krlwlfrt/omeco
Advanced tools
This tool can extract data from an OData metadata file (currently only v2) and compile it to other representations of the extracted data. Currently these are:
node-plantuml
is installed if you want to generate class diagrams.Install and execute @krlwlfrt/omeco
globally and use it as a CLI.
npm install -g @krlwlfrt/omeco
omeco convert PATH/TO/METADATA.XML
This will generate output files in the same directory as the supplied metadata file with names which match the basename (without extension) of the source file.
For further usage refer to the help section of the CLI:
omeco --help
Install @krlwlfrt/omeco
as a dependency in your project and use it programmatically.
npm install @krlwlfrt/omeco
Use extractData
to extract data from a metadata description.
generateTypeScript
from @krlwlfrt/tsg
to generate TypeScript interfaces from the extracted data.compilePlantUml
to generate PlantUML from the extracted data.writePlantUmlPng
to write a class diagram (PNG) from generated PlantUML.See documentation for detailed description of usage.
FAQs
OData metadata converter
The npm package @krlwlfrt/omeco receives a total of 58 weekly downloads. As such, @krlwlfrt/omeco popularity was classified as not popular.
We found that @krlwlfrt/omeco 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.