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

fis

Package Overview
Dependencies
Maintainers
5
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.8.6 to 1.9.0-beta1

8

CHANGELOG.md

@@ -0,1 +1,3 @@

## 1.8.7 / Tue Nov 18 2014
回滚 fis-command-server, 待进一步测试。
## 1.8.6 / Tue Nov 18 2014

@@ -7,2 +9,8 @@

## 1.8.5 / Tue Oct 29 2014
升级 fis-command-release 至 0.11.3
处理 GBK 编码BUG
## 1.8.4 / Tue Oct 28 2014

@@ -9,0 +17,0 @@

9

fis.js

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

modules : {
preprocessor: {
js: 'components',
css: 'components',
html: 'components'
},
postprocessor : {

@@ -107,7 +112,7 @@ js : 'jswrapper'

fis.cli.run = function(argv){
if(hasArgv(argv, '--no-color')){
fis.cli.colors.mode = 'none';
}
var first = argv[2];

@@ -114,0 +119,0 @@ if(argv.length < 3 || first === '-h' || first === '--help'){

{
"name": "fis",
"description": "front-end integrated solution.",
"version": "1.8.6",
"version": "1.9.0-beta1",
"author": "FIS Team <fis@baidu.com>",

@@ -30,7 +30,8 @@ "homepage": "http://fis.baidu.com/",

"commander": "1.3.2",
"fis-command-install": "0.0.7",
"fis-command-install": "~0.1.0",
"fis-command-release": "0.11.3",
"fis-command-server": "0.7.0",
"fis-command-server": "0.6.12",
"fis-deploy-default": "0.0.1",
"fis-kernel": "2.0.9",
"fis-preprocessor-components": "^1.0.0",
"fis-optimizer-clean-css": "0.0.9",

@@ -37,0 +38,0 @@ "fis-optimizer-png-compressor": "0.0.6",

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