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.1.5 to 0.1.6

2

package.json
{
"name": "grunt-cacheinfo",
"description": "cacheinfo.",
"version": "0.1.5",
"version": "0.1.6",
"homepage": "http://gitlab.alibaba-inc.com/trip-tools/grunt-cacheinfo",

@@ -6,0 +6,0 @@ "author": {

@@ -15,5 +15,9 @@ # grunt-cacheinfo

注意:abc.json 必须是[标准格式](https://github.com/jayli/generator-clam/blob/master/app/templates/abc.json)
### Release History
- 0.1.6
- 如果预发config.json没有配置包路径的时候,取当前abc.json里的配置
- 0.1.4
- 读取不到包配置时,直接跳过该任务避免报错
- 读取不到包配置时,直接跳过该任务避免报错

@@ -127,3 +127,9 @@ /*

}
return isPkgFound ? pkg : null;
return isPkgFound ? pkg : {
name: abc.name,
version:abc.version,
type: 'h5',
main: abc.basePath,
wapUrl:'http://h5.m.taobao.com' + abc.baseUrl
};
}

@@ -130,0 +136,0 @@

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