Comparing version 11.0.0 to 11.1.0
@@ -110,2 +110,7 @@ module.exports = licensee | ||
}) | ||
results.sort(function (a, b) { | ||
return a.name.localeCompare(b.name) | ||
}) | ||
return results | ||
@@ -112,0 +117,0 @@ } |
{ | ||
"name": "licensee", | ||
"description": "check dependency licenses against rules", | ||
"version": "11.0.0", | ||
"version": "11.1.0", | ||
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
32503
266