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 0.5.1 to 0.6.0

1

config/local/desktop.js

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

folder: "../reports",
tag: 'desktop',
chromeFlags: ['--window-size=1280,1024'],

@@ -11,0 +12,0 @@ disableEmulation: true,

@@ -6,3 +6,4 @@ let mobileConfig = require('./desktop');

mobileConfig.disableThrottling = false;
mobileConfig.tag = 'mobile';
module.exports = mobileConfig;

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

folder: "../reports",
tag: 'desktop',
chromeFlags: ['--window-size=1280,1024'],

@@ -11,0 +12,0 @@ disableEmulation: true,

@@ -6,3 +6,4 @@ let mobileConfig = require('./desktop');

mobileConfig.disableThrottling = false;
mobileConfig.tag = 'mobile';
module.exports = mobileConfig;

1

config/template/lh.prod.desktop.js
let config = require('./lh.base')(require('@dreipol/lighthouse-config/config/production/desktop'));
config.url = 'http://example.com';
config.persisters.prefix = 'desktop';
module.exports = config;

@@ -7,4 +7,2 @@ let mobileConfig = require('./lh.prod.desktop');

mobileConfig.persisters.prefix = 'mobile';
module.exports = mobileConfig;
{
"name": "@dreipol/lighthouse-config",
"version": "0.5.1",
"version": "0.6.0",
"description": "Basic lighthouse config",

@@ -5,0 +5,0 @@ "scripts": {

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