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

fis-optimizer-smarty-xss

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-optimizer-smarty-xss - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

10

index.js

@@ -11,7 +11,5 @@ /*

module.exports = function(content, file, conf){
fis.util.map(fis.config.get('setting.smarty'), function(key, value){
if(!conf.hasOwnProperty(key)){
conf[key] = value;
}
});
conf['leftDelimiter'] = conf['leftDelimiter'] || fis.config.get('settings.smarty.left_delimiter');
conf['rightDelimiter'] = conf['rightDelimiter'] || fis.config.get('settings.smarty.right_delimiter');
xss.config(conf);

@@ -30,2 +28,2 @@ return xss.repair(content);

}
};
};

0

LICENSE.md

@@ -0,0 +0,0 @@ Copyright (C) 2013 baidu.com

@@ -5,3 +5,3 @@ {

"homepage": "http://fis.baidu.com/",
"version": "0.0.4",
"version": "0.0.5",
"author": {

@@ -8,0 +8,0 @@ "name": "FIS Team",

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