🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

raml2code

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml2code - npm Package Compare versions

Comparing version
0.8.40
to
0.8.41
+0
-2
lib/generators/groovy/pojo.js

@@ -7,4 +7,2 @@ var originalParser, schema2groovy, utilSchemas;

console.log(schema2groovy);
originalParser = schema2groovy.parser;

@@ -11,0 +9,0 @@

+1
-1

@@ -5,3 +5,3 @@ package {{extra.package}}

import java.util.List
import java.util.Map
import java.util.Map{{debug extra}}
{{#if extra.importPojos}}import {{extra.importPojos}}.*{{/if}}

@@ -8,0 +8,0 @@

module.exports.helpers = function() {
return [
{
name: 'debug',
fn: function(optionalValue) {
console.log("Current Context");
return {
'debug': function(optionalValue) {
console.log("Current Context");
console.log("====================");
console.log(this);
if (optionalValue) {
console.log("Value");
console.log("====================");
console.log(this);
if (optionalValue) {
console.log("Value");
console.log("====================");
console.log(optionalValue);
}
console.log(optionalValue);
}
}
];
};
};
{
"name": "raml2code",
"version": "0.8.40",
"version": "0.8.41",
"description": "Raml spec to code",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -92,3 +92,3 @@ # Raml to code generator

## And example of project could be found here:
[raml2codeFullSpringExample](https://github.com/atomsfat/raml2codeFullSpringExample)
[raml2code-Example](https://github.com/atomsfat/raml2code-example)

@@ -95,0 +95,0 @@