Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A thin wrapper around raml-js-parser-2, adding extra properties to the resulting object for use in raml2html and raml2md.
Versions 4.0.0 and up only support RAML 1.x files. If you still have RAML 0.8 source files, please stick with raml2obj 3.
npm i raml2obj --save
var raml2obj = require('raml2obj');
// source can either be a filename, url, or parsed RAML object.
// Returns a promise.
raml2obj.parse(source).then(function(ramlObj) {
// Do something with the resulting ramlObj :)
});
raml2obj is an open source project and your contribution is very much appreciated.
npm run lint
before committing.npm run test
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.
raml2obj is available under the MIT license. See the LICENSE file for more info.
FAQs
RAML to object
The npm package raml2obj receives a total of 5,217 weekly downloads. As such, raml2obj popularity was classified as popular.
We found that raml2obj demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.