grunt-cacheinfo
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -0,0 +0,0 @@ /* |
{ | ||
"name": "grunt-cacheinfo", | ||
"description": "cacheinfo.", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"homepage": "http://gitlab.alibaba-inc.com/trip-tools/grunt-cacheinfo", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -121,3 +121,3 @@ /* | ||
for(var i = 0;i<globalConfig.length;i++){ | ||
if(globalConfig[i].name == abc.name){ | ||
if(globalConfig[i].name == abc.name || (globalConfig[i].name == 'h5-ticket' && abc.name == 'h5-fsticket')){ | ||
pkg = globalConfig[i]; | ||
@@ -124,0 +124,0 @@ isPkgFound = true; |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2