New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ee-templates

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ee-templates - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

6

lib/renderer/XMLRenderer.js

@@ -21,6 +21,6 @@ "use strict";

try {
var parsed = js2xml('root', content, {useCDATA:true});
var parsed = js2xml('root', content, {useCDATA:true, wrapArray: {enabled: true}});
callback(null, parsed, this.type);
} catch(err) {
return callback(err, null, this.type);
} catch (err){
callback(err, null, this.type);
}

@@ -27,0 +27,0 @@ }

{
"name" : "ee-templates"
, "description" : "Templating integration for the ee-soa-transport-rest based on Nunjucks"
, "version" : "0.3.4"
, "version" : "0.3.5"
, "license" : "MIT"

@@ -6,0 +6,0 @@ , "author" : "Michael Rüfenacht <ruefe@rcky.ch> (http://www.rcky.ch)"

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