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.3-beta-2 to 7.3.3-beta-3

5

build/middleware/api.js

@@ -233,5 +233,5 @@ 'use strict';

var retryOpts = {
max_tries: 3,
max_tries: 2,
backoff: 2,
interval: 250
interval: 500
};

@@ -255,2 +255,3 @@

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

@@ -257,0 +258,0 @@ }, retryOpts).then(function (response) {

2

package.json
{
"name": "@lighthouse/sdk",
"version": "7.3.3-beta-2",
"version": "7.3.3-beta-3",
"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