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

fis-cloud-app-autopack

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-cloud-app-autopack - npm Package Compare versions

Comparing version 0.0.3 to 0.0.6

22

fis-cloud-app-autopack.js

@@ -124,3 +124,4 @@ //todo : 记录打包中的各个过程

var svns = [],
project = req.param("project");
project = req.param("project"),
staticType = req.param("staticType");
for(var i=1; i<=svn_num; i++){

@@ -144,4 +145,19 @@ var svn = req.param("svn" + i);

//todo : 测试阶段添加特殊url后续会删除
var url = "http://wangcheng.fe.baidu.com/Fis_Static_Count.201311160000";
autoPackager.package(outputDir, resultDir, project, modules, url, function(error, result){
var url = "http://wangcheng.fe.baidu.com/Fis_Static_Count.201312130000";
//选择需要打包的静态资源类型
switch (staticType){
case "js" :
staticType = ["js"];
break;
case "css" :
staticType = ["css"];
break;
case "all":
staticType = ["js", "css"];
break;
default :
staticType = ["js", "css"];
break;
}
autoPackager.package(outputDir, resultDir, project, modules, staticType, url, function(error, result){
res.render("result", {

@@ -148,0 +164,0 @@ "descs" : descriptions,

2

package.json
{
"name": "fis-cloud-app-autopack",
"version": "0.0.3",
"version": "0.0.6",
"description": "fis-cloud-app-autopack",

@@ -5,0 +5,0 @@ "main": "fis-cloud-app-autopack.js",

Sorry, the diff of this file is not supported yet

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