fis-optimizer-smarty-xss
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -11,4 +11,4 @@ /* | ||
module.exports = function(content, file, conf){ | ||
conf['leftDelimiter'] = conf['leftDelimiter'] || fis.config.get('settings.smarty.left_delimiter'); | ||
conf['rightDelimiter'] = conf['rightDelimiter'] || fis.config.get('settings.smarty.right_delimiter'); | ||
conf['leftDelimiter'] = conf['leftDelimiter'] || fis.config.get('settings.smarty.left_delimiter') || '{%'; | ||
conf['rightDelimiter'] = conf['rightDelimiter'] || fis.config.get('settings.smarty.right_delimiter') || '%}'; | ||
@@ -15,0 +15,0 @@ xss.config(conf); |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://fis.baidu.com/", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "FIS Team", |
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
2481
0