cortex-handlebars-compiler
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -108,2 +108,3 @@ 'use strict'; | ||
Compiler.prototype._combo_handler = function(title, options){ | ||
if(!title){return '';} | ||
var self = this; | ||
@@ -114,3 +115,5 @@ var mods = title.split(","); | ||
var paths = []; | ||
mods.forEach(function(mod){ | ||
mods.filter(function(mod){ | ||
return mod; | ||
}).forEach(function(mod){ | ||
var path; | ||
@@ -117,0 +120,0 @@ if(mod.indexOf('.') == 0){ |
{ | ||
"name": "cortex-handlebars-compiler", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Handlebar helpers for cortex template.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
24574
632
0