Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A simple RAML to Markdown documentation generator, written for Node.js.
npm i -g raml2md
As a command line script:
raml2md example.raml > example.md
raml2md -i example.raml -o example.md
As a library:
var raml2md = require('raml2md');
// Using the default templates:
// source can either be a filename, file contents (string) or parsed RAML object
raml2md.parse(source, onSuccess, onError);
// Using your own templates:
// config should be an object with at least an `template` property
raml2md.parseWithConfig(source, config, onSuccess, onError);
raml2md is an open source project and your contribution is very much appreciated.
A big thank you goes out to everyone who helped with the project, the contributors and everyone who took the time to report issues and give feedback.
This project is in an early stage. It's probably not ready for production just yet.
raml2md is available under the MIT license. See the LICENSE file for more info.
FAQs
RAML to Markdown documentation generator
The npm package raml2md receives a total of 5 weekly downloads. As such, raml2md popularity was classified as not popular.
We found that raml2md demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.