New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0 to 0.3.1

2

package.json
{
"name": "grunt-cacheinfo",
"description": "cacheinfo.",
"version": "0.3.0",
"version": "0.3.1",
"author": {

@@ -6,0 +6,0 @@ "name": "bachi",

@@ -46,2 +46,4 @@ # grunt-cacheinfo

- 0.3.0
- 新增 `onlinePrefix` 指定线上备份路径前缀
- 新增 `onlinePrefix` 指定线上备份路径前缀
- 0.3.1
- mv `onlinePrefix` to `cache`

@@ -273,3 +273,3 @@ /*

abcJSON.onlinePrefix = "http:\/\/g.alicdn.com\/" + abc.group + '\/' + abc.name + '\/' + abc.version + '\/' + options.offlineSyncDir + '\/';
abcJSON.cache.onlinePrefix = "http:\/\/g.alicdn.com\/" + abc.group + '\/' + abc.name + '\/' + abc.version + '\/' + options.offlineSyncDir + '\/';

@@ -276,0 +276,0 @@ clamUtil.fs.writeJSONFile(genABCJSONPath, abcJSON, function (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