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

fis

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis - npm Package Compare versions

Comparing version 1.5.1 to 1.5.3

37

CHANGELOG.md

@@ -0,1 +1,38 @@

## 1.5.3 / Thu Oct 31 2013
> 升级fis-kernel至v1.8.19
>
> 升级fis-postpreprocessor-jswrapper至v0.0.8
* 修复preprocessor插件中不能插入内置require语法的bug,内置编译语法被修改为<<<require:path>>>
* jswrapper插件支持template参数
## settings
$ vi path/to/project/fis-conf.js
```javascript
fis.config.merge({
settings : {
postprocessor : {
jswrapper : {
template : 'define("${id}", function(require, exports, module){ ${content} });',
}
}
}
});
```
## 1.5.2 / Thu Oct 24 2013
> 升级fis-kernel至v1.8.17
* 修复css中url(xxx )代码xx之后有空格的bug
## 1.5.1 / Thu Oct 24 2013
> 升级fis-command-release至v0.9.1
* 使用fork版的livereload-server
## 1.5.0 / Fri Oct 18 2013

@@ -2,0 +39,0 @@

6

package.json
{
"name" : "fis",
"description" : "front-end integrated solution.",
"version" : "1.5.1",
"version" : "1.5.3",
"author" : "FIS Team <fis@baidu.com>",

@@ -28,3 +28,3 @@ "homepage" : "http://fis.baidu.com/",

"fis-kernel" : "1.8.16",
"fis-kernel" : "1.8.19",

@@ -35,3 +35,3 @@ "fis-command-install" : "0.0.7",

"fis-postprocessor-jswrapper" : "0.0.7",
"fis-postprocessor-jswrapper" : "0.0.8",

@@ -38,0 +38,0 @@ "fis-optimizer-uglify-js" : "0.1.0",

@@ -219,4 +219,5 @@ ![fis logo](http://fis.baidu.com/static/docs/img/logo_3b5cdda.png)

* [wiki](https://github.com/fis-dev/fis/wiki) 详细使用手册
* [demo](https://github.com/fouber/modjs-todo-demo/) 纯前端组件化解决方案
* [modjs](https://github.com/fouber/modjs-todo-demo/) 纯前端组件化解决方案
* [phiz](https://github.com/fouber/phiz/) PHP组件化解决方案
* [spmx](https://github.com/fouber/spmx) 通过包装fis得到适应seajs架构的集成解决方案
* [spmx](https://github.com/fouber/spmx) 通过包装fis得到适应seajs架构的集成解决方案
* [sublime plugin](https://github.com/yuanfang829/fis-sublime-command) 支持FIS编译的sublime插件,可以替代watch功能
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