Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

raml2obj

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml2obj - npm Package Compare versions

Comparing version 3.0.0-beta1 to 3.0.0-beta2

3

changelog.md

@@ -0,1 +1,4 @@

3.0.0-beta2 - August 8, 2016
- Fix JS error
3.0.0-beta1 - August 7, 2016

@@ -2,0 +5,0 @@ - Updated code to use ES6 syntax

8

index.js

@@ -63,5 +63,7 @@ #!/usr/bin/env node

// Add unique id's to top level documentation chapters
ramlObj.documentation.forEach((docSection) => {
docSection.uniqueId = docSection.title.replace(/\W/g, '-');
});
if (ramlObj.documentation) {
ramlObj.documentation.forEach((docSection) => {
docSection.uniqueId = docSection.title.replace(/\W/g, '-');
});
}

@@ -68,0 +70,0 @@ return ramlObj;

{
"name": "raml2obj",
"description": "RAML to object",
"version": "3.0.0-beta1",
"version": "3.0.0-beta2",
"author": {

@@ -6,0 +6,0 @@ "name": "Kevin Renskers",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc