Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

overlooker

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

overlooker - npm Package Compare versions

Comparing version 0.31.10 to 0.31.11

2

package.json
{
"name": "overlooker",
"version": "0.31.10",
"version": "0.31.11",
"description": "tool for profile front-end performance",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -241,3 +241,5 @@ const networkPresets = require('../network-presets.js');

if (hasCachedRequest) {
if (config.requests && config.requests.ignore && config.requests.ignore(url)) {
client.send('Fetch.failRequest', { requestId, errorReason: 'Aborted' });
} else if (hasCachedRequest) {
cacheBandwidth.get(key)

@@ -260,4 +262,2 @@ .then((data) => {

});
} else if (config.requests && config.requests.ignore && config.requests.ignore(url)) {
client.send('Fetch.failRequest', { requestId, errorReason: 'Aborted' });
} else {

@@ -264,0 +264,0 @@ client.send('Fetch.continueRequest', { requestId });

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