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.5.10 to 2.6.0

5

CHANGELOG.md
# CHANGELOG - PageXray
version 2.6.0 2020-13-13
------------------------
### Added
* If an asset has the HTML/text content it will be added to the asset section [#90](https://github.com/sitespeedio/pagexray/pull/90).
version 2.5.10 2020-06-20

@@ -4,0 +9,0 @@ ------------------------

5

lib/collect.js

@@ -50,2 +50,4 @@ 'use strict';

const responseHeaders = headers.flatten(response.headers);
const content =
response.content && response.content.text ? response.content.text : '';
const timings = {

@@ -85,3 +87,4 @@ blocked: getTiming(entry, 'blocked'),

timings,
cookies: request.cookies.length
cookies: request.cookies.length,
content
};

@@ -88,0 +91,0 @@ },

2

package.json
{
"name": "pagexray",
"version": "2.5.10",
"version": "2.6.0",
"description": "Xray your HAR file and know all about the page",

@@ -5,0 +5,0 @@ "keywords": [

# PageXray
[![Build status][travis-image]][travis-url]
![Unit tests](https://github.com/sitespeedio/pagexray/workflows/Unit%20tests/badge.svg?branch=main)

@@ -181,4 +181,1 @@ ![Page Xray](img/pagexray.png)

```
[travis-image]: https://img.shields.io/travis/sitespeedio/pagexray.svg?style=flat-square
[travis-url]: https://travis-ci.org/sitespeedio/pagexray
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