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
1
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.3 to 0.0.4

9

index.js

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

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

@@ -24,5 +29,3 @@ return xss.repair(content);

'no_escape' : 'escape:none'
},
'leftDelimiter' : '{%',
'rightDelimiter' : '%}'
}
};

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

"homepage": "http://fis.baidu.com/",
"version": "0.0.3",
"version": "0.0.4",
"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