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 4.4.2 to 4.4.3

6

lib/sitespeed.js

@@ -13,4 +13,6 @@ 'use strict';

if (pageXrayPage) {
for (let name of Object.keys(harPage._meta)) {
pageXrayPage.meta[name] = harPage._meta[name];
if (harPage._meta) {
for (let name of Object.keys(harPage._meta)) {
pageXrayPage.meta[name] = harPage._meta[name];
}
}

@@ -17,0 +19,0 @@ pageXrayPage.visualMetrics = harPage._visualMetrics;

{
"name": "pagexray",
"version": "4.4.2",
"version": "4.4.3",
"description": "Xray your HAR file and know all about the page",

@@ -50,11 +50,11 @@ "keywords": [

"babelify": "10.0.0",
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"bluebird": "3.5.5",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"bluebird": "3.7.2",
"browserify": "16.5.0",
"browserify-banner": "1.0.15",
"chai": "4.2.0",
"eslint": "6.2.2",
"eslint-config-prettier": "6.1.0",
"eslint-plugin-prettier": "3.1.0",
"chai": "4.3.7",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"jsdoc": "3.6.3",

@@ -65,3 +65,3 @@ "lodash.foreach": "4.5.0",

"mocha": "6.2.0",
"prettier": "1.18.2",
"prettier": "2.8.8",
"uglify-es": "3.3.9"

@@ -72,4 +72,4 @@ },

"dependencies": {
"minimist": "1.2.6"
"minimist": "1.2.8"
}
}
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