grunt-cacheinfo
Advanced tools
Comparing version 0.2.3 to 0.3.0-alpha.1
{ | ||
"name": "grunt-cacheinfo", | ||
"description": "cacheinfo.", | ||
"version": "0.2.3", | ||
"homepage": "http://gitlab.alibaba-inc.com/trip-tools/grunt-cacheinfo", | ||
"version": "0.3.0-alpha.1", | ||
"author": { | ||
@@ -10,6 +9,2 @@ "name": "bachi", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.alibaba-inc.com:trip-tools/grunt-cacheinfo.git" | ||
}, | ||
"licenses": [ | ||
@@ -23,3 +18,3 @@ { | ||
"engines": { | ||
"node": ">= 0.12.0" | ||
"node": ">= 4.0" | ||
}, | ||
@@ -31,10 +26,4 @@ "scripts": { | ||
"grunt": "~0.4.5", | ||
"clam-util": "" | ||
"clam-util": "~0.1.0" | ||
}, | ||
"dependencies": { | ||
"async": "^0.7.0" | ||
}, | ||
"peerDependencies": { | ||
"grunt": "~0.4.5" | ||
}, | ||
"keywords": [ | ||
@@ -50,5 +39,5 @@ "gruntplugin" | ||
"name": "弘树", | ||
"email": "tiehang.lth@alibaba-inc.com" | ||
"email": "dickeylth@gmail.com" | ||
} | ||
] | ||
} |
@@ -44,2 +44,4 @@ # grunt-cacheinfo | ||
- 0.2.3 | ||
- bugfix for weex cache, add `options.wxDir` to define weex entry page jsbundle dir. | ||
- bugfix for weex cache, add `options.wxDir` to define weex entry page jsbundle dir. | ||
- 0.3.0 | ||
- 新增 `onlinePrefix` 指定线上备份路径前缀 |
@@ -32,3 +32,4 @@ /* | ||
// weex file dir | ||
wxDir: 'pages' | ||
wxDir: 'pages', | ||
offlineSyncDir: 'offline-trip-sync' | ||
}); | ||
@@ -264,2 +265,4 @@ | ||
abcJSON.onlinePrefix = "http:\/\/g.alicdn.com\/" + abc.group + '\/' + abc.name + '\/' + abc.version + '\/' + options.offlineSyncDir + '\/'; | ||
clamUtil.fs.writeJSONFile(genABCJSONPath, abcJSON, function (err) { | ||
@@ -266,0 +269,0 @@ if (err) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
379
46
15709
4
- Removedasync@^0.7.0
- Removedabbrev@1.1.1(transitive)
- Removedargparse@0.1.16(transitive)
- Removedasync@0.1.220.7.0(transitive)
- Removedcoffee-script@1.3.3(transitive)
- Removedcolors@0.6.2(transitive)
- Removeddateformat@1.0.2-1.2.3(transitive)
- Removedesprima@1.0.4(transitive)
- Removedeventemitter2@0.4.14(transitive)
- Removedexit@0.1.2(transitive)
- Removedfindup-sync@0.1.3(transitive)
- Removedgetobject@0.1.0(transitive)
- Removedglob@3.1.213.2.11(transitive)
- Removedgraceful-fs@1.2.3(transitive)
- Removedgrunt@0.4.5(transitive)
- Removedgrunt-legacy-log@0.1.3(transitive)
- Removedgrunt-legacy-log-utils@0.1.1(transitive)
- Removedgrunt-legacy-util@0.2.0(transitive)
- Removedhooker@0.2.3(transitive)
- Removediconv-lite@0.2.11(transitive)
- Removedinherits@1.0.22.0.4(transitive)
- Removedjs-yaml@2.0.5(transitive)
- Removedlodash@0.9.22.4.2(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.140.3.0(transitive)
- Removednopt@1.0.10(transitive)
- Removedrimraf@2.2.8(transitive)
- Removedsigmund@1.0.1(transitive)
- Removedunderscore@1.7.0(transitive)
- Removedunderscore.string@2.2.12.3.32.4.0(transitive)
- Removedwhich@1.0.9(transitive)