istanbul-reports
Advanced tools
Comparing version 3.0.0-alpha.5 to 3.0.0-alpha.6
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.0.0-alpha.6](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@3.0.0-alpha.5...istanbul-reports@3.0.0-alpha.6) (2019-12-07) | ||
### Bug Fixes | ||
* Add favicon to html report ([#493](https://github.com/istanbuljs/istanbuljs/issues/493)) ([5afe203](https://github.com/istanbuljs/istanbuljs/commit/5afe20347dd3ae954b31707a67f381f87920797f)) | ||
# [3.0.0-alpha.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@3.0.0-alpha.4...istanbul-reports@3.0.0-alpha.5) (2019-11-22) | ||
@@ -8,0 +19,0 @@ |
@@ -19,3 +19,6 @@ 'use strict'; | ||
<link rel="stylesheet" href="${html.escape(details.base.css)}" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" type="image/x-icon" href="${html.escape( | ||
details.favicon | ||
)}" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<style type='text/css'> | ||
@@ -307,2 +310,3 @@ .coverage-summary .sorter { | ||
}; | ||
templateData.favicon = linkMapper.assetPath(node, 'favicon.png'); | ||
} | ||
@@ -309,0 +313,0 @@ |
{ | ||
"name": "istanbul-reports", | ||
"version": "3.0.0-alpha.5", | ||
"version": "3.0.0-alpha.6", | ||
"description": "istanbul reports", | ||
@@ -18,18 +18,18 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
"html-escaper": "^2.0.0", | ||
"istanbul-lib-report": "^3.0.0-alpha.1" | ||
"istanbul-lib-report": "^3.0.0-alpha.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.6.2", | ||
"@babel/preset-env": "^7.6.2", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/core": "^7.7.5", | ||
"@babel/preset-env": "^7.7.5", | ||
"@babel/preset-react": "^7.7.4", | ||
"babel-loader": "^8.0.6", | ||
"chai": "^4.2.0", | ||
"is-windows": "^1.0.2", | ||
"istanbul-lib-coverage": "^3.0.0-alpha.1", | ||
"mocha": "^6.2.1", | ||
"nyc": "^14.1.1", | ||
"react": "^16.10.2", | ||
"react-dom": "^16.10.2", | ||
"webpack": "^4.41.0", | ||
"webpack-cli": "^3.3.9" | ||
"istanbul-lib-coverage": "^3.0.0-alpha.2", | ||
"mocha": "^6.2.2", | ||
"nyc": "^15.0.0-beta.2", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.3.10" | ||
}, | ||
@@ -61,3 +61,3 @@ "license": "BSD-3-Clause", | ||
}, | ||
"gitHead": "bf0141b44a174626f4a3769a19b86a6c14d95a7b" | ||
"gitHead": "9546946f0e4bc80714a5b318c59e459781f05550" | ||
} |
Sorry, the diff of this file is too big to display
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
282012
41
3771