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.3.1 to 2.4.0

5

CHANGELOG.md
# CHANGELOG - PageXray
version 2.4.0 2018-10-05
------------------------
### Added
* We missed video/audio/xml/pdf as content type so we categorised them as others. Lets be specific instead [#67](https://github.com/sitespeedio/pagexray/pull/67).
version 2.3.1 2018-05-15

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

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

[/^text\/css/, 'css'],
[/^text\/xml/, 'xml'],
[/javascript/, 'javascript'],

@@ -20,2 +21,6 @@ [/flash/, 'flash'],

[/^application\/json/, 'json'],
[/^application\/xml/, 'xml'],
[/^application\/pdf/, 'pdf'],
[/^audio\/.*/, 'audio'],
[/^video\/.*/, 'video'],
[/^application\/ocsp-response/, 'oscp'],

@@ -22,0 +27,0 @@ [/.*/, 'other'] // Always match 'other' if all else fails

2

package.json
{
"name": "pagexray",
"version": "2.3.1",
"version": "2.4.0",
"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