Comparing version 2.0.3 to 2.0.4
# CHANGELOG - PageXray | ||
version 2.0.4 2018-01-17 | ||
------------------------ | ||
### Fixed | ||
* If the HTTP version is unknown in the HAR, categorize it as unknown instead of h1/empty [#54](https://github.com/sitespeedio/pagexray/pull/54). | ||
version 2.0.3 2018-01-14 | ||
@@ -4,0 +9,0 @@ ------------------------ |
@@ -41,2 +41,4 @@ 'use strict'; | ||
return version.toUpperCase(); | ||
} else if (version === '') { | ||
return 'Unknown'; | ||
} | ||
@@ -50,2 +52,4 @@ return version.toUpperCase(); | ||
return 'spdy'; | ||
} else if (version === '') { | ||
return 'Unknown'; | ||
} | ||
@@ -52,0 +56,0 @@ return 'h1'; |
{ | ||
"name": "pagexray", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Xray your HAR file and know all about the page", | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
"eslint-config-prettier": "^2.3.0", | ||
"eslint-plugin-prettier": "^2.1.2", | ||
"eslint-plugin-prettier": "^2.5.0", | ||
"jsdoc": "^3.5.3", | ||
@@ -60,0 +60,0 @@ "lodash.foreach": "^4.2.0", |
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
34430
659