istanbul-reports
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.2.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@2.2.2...istanbul-reports@2.2.3) (2019-04-17) | ||
### Bug Fixes | ||
* Initialize cols for HTML report sorting ([#369](https://github.com/istanbuljs/istanbuljs/issues/369)) ([28f61de](https://github.com/istanbuljs/istanbuljs/commit/28f61de)) | ||
## [2.2.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@2.2.1...istanbul-reports@2.2.2) (2019-04-09) | ||
@@ -8,0 +19,0 @@ |
@@ -162,3 +162,3 @@ var addSorting = (function() { | ||
} | ||
loadColumns(); | ||
cols = loadColumns(); | ||
loadData(); | ||
@@ -165,0 +165,0 @@ addSortIndicators(); |
{ | ||
"name": "istanbul-reports", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "istanbul reports", | ||
@@ -37,3 +37,3 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
}, | ||
"gitHead": "9f8aebf1f08159df20358d77fe98c809d2027c5f" | ||
"gitHead": "d98bbced044b2416f488bb1bbd37efefd1202a52" | ||
} |
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
94367