Socket
Socket
Sign inDemoInstall

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 3.1.0 to 3.1.1

4

CHANGELOG.md
# CHANGELOG - PageXray
version 3.1.1 2020-12-11
------------------------
### Fixed
* Ooops, missed to expose the third party cookie data [#97](https://github.com/sitespeedio/pagexray/pull/97).

@@ -4,0 +8,0 @@ version 3.1.0 2020-12-11

@@ -131,2 +131,3 @@ 'use strict';

cookieNames: [],
cookieNamesThirdParties: [],
cookies: 0,

@@ -240,2 +241,7 @@ missingCompression: 0,

}
if (asset.cookieNamesThirdParties.length > 0) {
currentPage.cookieNamesThirdParties.push(
...asset.cookieNamesThirdParties
);
}
currentPage.requests += 1;

@@ -242,0 +248,0 @@ });

2

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

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

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