Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@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.
compileTypeScriptInterfaces
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.