Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pagexray

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pagexray - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

5

CHANGELOG.md
# 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 @@ ------------------------

4

lib/util.js

@@ -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';

4

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc