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.9 to 2.5.10

5

CHANGELOG.md
# CHANGELOG - PageXray
version 2.5.10 2020-06-20
------------------------
### Fixed
* Updated minimist to 1.2.5
version 2.5.9 2019-10-11

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

4

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

@@ -70,4 +70,4 @@ "keywords": [

"dependencies": {
"minimist": "1.2.0"
"minimist": "1.2.5"
}
}

@@ -40,5 +40,8 @@ # PageXray

```node
let pagexray = require('pagexray');
let har = // your HAR
const fs = require("fs");
const pagexray = require("pagexray");
const har = JSON.parse(fs.readFileSync("/path/to/my.har"));
let pages = pagexray.convert(har);
console.log(pages)
```

@@ -45,0 +48,0 @@ ## Using in your browser

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