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.3 to 4.4.4

5

lib/headers.js

@@ -50,3 +50,6 @@ 'use strict';

if (responseHeaders['cache-control']) {
if (
responseHeaders['cache-control'] &&
responseHeaders['cache-control'].length > 0
) {
if (

@@ -53,0 +56,0 @@ responseHeaders['cache-control'][0].indexOf('no-cache') !== -1 ||

2

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