New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lighthouse/sdk

Package Overview
Dependencies
Maintainers
3
Versions
860
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lighthouse/sdk - npm Package Compare versions

Comparing version 7.3.2 to 7.3.3-beta-1

10

build/middleware/api.js

@@ -71,3 +71,3 @@ 'use strict';

// NOTE wait this amount of time before invalidating request
var TIMEOUT_MS = 20000; // 20s
var TIMEOUT_MS = 6000; // 6s

@@ -87,3 +87,3 @@ // Debounce are connection status responses to avoid hammering our

var fatalErrorResponse = {
message: 'FatalError'
message: 'FatalHttpError'
};

@@ -233,5 +233,5 @@

// ~32s max retry time
// ~1.5s max retry time
var retryOpts = {
retries: 7,
retries: 3,
factor: 2,

@@ -354,3 +354,3 @@ minTimeout: 250

return _bluebird2.default.reject(fatalErrorResponse);
return _bluebird2.default.reject(new Error(fatalErrorResponse.message));
});

@@ -357,0 +357,0 @@

{
"name": "@lighthouse/sdk",
"version": "7.3.2",
"version": "7.3.3-beta-1",
"description": "Lighthouse.io SDK for JavaScript applications",

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

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