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

playwright-lighthouse

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

playwright-lighthouse - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

4

package.json
{
"name": "playwright-lighthouse",
"version": "3.2.0",
"version": "3.2.1",
"description": "Playwright Lighthouse Audit",

@@ -29,2 +29,3 @@ "main": "index.js",

"chalk": "^4.1.2",
"lighthouse": "^10.0.1",
"ua-parser-js": "^1.0.2"

@@ -39,3 +40,2 @@ },

"eslint-plugin-prettier": "^4.0.0",
"lighthouse": "^10.0.1",
"mocha": "9.2.2",

@@ -42,0 +42,0 @@ "playwright-core": "1.19.2",

@@ -445,3 +445,3 @@ ## Lighthouse Playwright - NPM Package

const capabilities = {
browserName: "Chrome",
browserName: "Chrome", // Browsers allowed: `Chrome`, `MicrosoftEdge` and `pw-chromium`
browserVersion: "latest",

@@ -448,0 +448,0 @@ "LT:Options": {

@@ -21,3 +21,3 @@ import { lighthouse } from './task.js';

const VALID_BROWSERS = ['Chrome', 'Chromium', 'Canary'];
const VALID_BROWSERS = ['Chrome', 'Chromium', 'Canary', 'Edge', 'Opera'];

@@ -24,0 +24,0 @@ export const playAudit = async function (auditConfig = {}) {

Sorry, the diff of this file is not supported yet

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