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

enonic-wizardry

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-wizardry - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

bin/utils/xmltools.js

@@ -77,3 +77,3 @@ "use strict";

var fields = iface.fields.map(formatField).join("\n\n");
return "export interface " + iface.name + " {\n" + fields + "\n};\n";
return "export interface " + iface.name + " {\n" + fields + "\n}\n";
}

@@ -84,3 +84,3 @@ function formatField(field) {

var type = formatType(field.type, field.subfields || []);
return comment + " " + field.name + optional + ": " + type;
return comment + " " + field.name + optional + ": " + type + ";";
}

@@ -87,0 +87,0 @@ function formatType(type, subfields) {

{
"name": "enonic-wizardry",
"version": "0.1.1",
"version": "0.1.2",
"description": "Functional utility library for Enonic XP",

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

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