Comparing version 2.5.9 to 2.5.10
# 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 @@ ------------------------ |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40434
184
+ Addedminimist@1.2.5(transitive)
- Removedminimist@1.2.0(transitive)
Updatedminimist@1.2.5