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

fis-sm

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-sm - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

9

package.json
{
"name": "fis-sm",
"version": "0.2.0",
"version": "0.3.0",
"description": "适用于神马前端的FIS解决方案",

@@ -27,6 +27,9 @@ "main": "sm.js",

},
"dependencies" : {
"fis": "1.7.20"
"dependencies": {
"fis": "1.8.5",
"fis-parser-less": "0.0.9",
"fis-parser-sass": "0.1.5",
"fis-parser-utc": "0.0.2"
},
"homepage": "https://github.com/maoshuyu/fis-sm"
}

@@ -5,1 +5,7 @@ fis-sm

适用于神马前端的FIS解决方案
0.1.0
fis-sm 优化fis release 性能
0.2.0
升级fis版本,降低watch时cpu性能损耗

@@ -18,1 +18,41 @@ /*

fis.release = require('./lib/release.js');
fis.config.merge({
roadmap : {
ext : {
less : 'css',
sass : 'css'
},
path : [
{
//前端模板
reg : '**.tmpl',
//当做类html文件处理,可以识别<img src="xxx"/>等资源定位标识
isJsLike : true,
//只是内嵌,不用发布
release : false
}
]
},
modules : {
//fis插件配置
parser : {
//.tmpl后缀的文件使用fis-parser-utc插件编译
tmpl : 'utc',
less : 'less',
sass : 'sass'
}
},
settings : {
parser : {
'utc': {
variable: 'obj'
}
}
}
});
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