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

grunt-cacheinfo

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-cacheinfo - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0-alpha.1

19

package.json
{
"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) {

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