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

@dreipol/lighthouse-config

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreipol/lighthouse-config - npm Package Compare versions

Comparing version 3.0.1 to 3.1.0

2

config/base/desktop.js

@@ -9,3 +9,3 @@ const constants = require('../constants');

tag: 'desktop',
chromeFlags: ['--window-size=1280,1024'],
chromeFlags: ['--window-size=1280,1024', '--headless'],
disableEmulation: true,

@@ -12,0 +12,0 @@ disableThrottling: true,

let mobileConfig = require('./desktop');
mobileConfig.chromeFlags = ['--window-size=320,480'];
mobileConfig.chromeFlags = ['--window-size=320,480', '--headless'];
mobileConfig.disableEmulation = false;

@@ -5,0 +5,0 @@ mobileConfig.disableThrottling = false;

@@ -1,7 +0,1 @@

let mobileConfig = require('./lh.desktop');
mobileConfig.chromeFlags = ['--window-size=1280,720'];
mobileConfig.disableEmulation = false;
mobileConfig.disableThrottling = false;
module.exports = mobileConfig;
module.exports = require('./lh.base')(require('@dreipol/lighthouse-config/config/base/mobile'));
{
"name": "@dreipol/lighthouse-config",
"version": "3.0.1",
"version": "3.1.0",
"description": "Basic lighthouse config",

@@ -5,0 +5,0 @@ "main": "./dist/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