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

grunt-cacheinfo

Package Overview
Dependencies
Maintainers
3
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.4.11 to 0.4.12

2

package.json
{
"name": "grunt-cacheinfo",
"description": "cacheinfo.",
"version": "0.4.11",
"version": "0.4.12",
"author": {

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

@@ -171,2 +171,3 @@ /*

let isFlugy = !!abc.flugy;
let group = (abc.group || 'trip') + '/';
let isAir = (abc.defPublishType === 'weex' || abc.defPublishType === 'webapp') && !abc.awpProxy;

@@ -183,4 +184,5 @@ let wapUrlDomain = options.wapUrlDomain || (isAir ? 'http://market.m.taobao.com/' : 'http://h5.m.taobao.com/');

// trip/h5-abc/home => trip/h5-abc/pages/home
if (baseUrl.indexOf('trip/' + abc.name + '/pages/') !== 0) {
baseUrl = baseUrl.replace('trip/' + abc.name, 'trip/' + abc.name + '/pages');
// rxplugin/xxx/home => rxplugin/xxx/pages/home
if (baseUrl.indexOf(group + abc.name + '/pages/') !== 0) {
baseUrl = baseUrl.replace(group + abc.name, group + abc.name + '/pages');
}

@@ -457,2 +459,2 @@ // trip/h5-abc/pages/home => app/trip/h5-abc/pages/home

};
};
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