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 4.0.0-beta8 to 4.0.0-beta9

3

changelog.md

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

4.0.0-beta9 - October 14, 2016
- Types are just a string instead of an array
4.0.0-beta8 - October 14, 2016

@@ -2,0 +5,0 @@ - Updated raml-1-parser to 1.1.5

@@ -92,2 +92,6 @@ #!/usr/bin/env node

});
if (obj.type.length === 1) {
obj.type = obj.type[0];
}
}

@@ -94,0 +98,0 @@

2

package.json
{
"name": "raml2obj",
"description": "RAML to object",
"version": "4.0.0-beta8",
"version": "4.0.0-beta9",
"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