Socket
Socket
Sign inDemoInstall

lighthouse-plugin-crux

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lighthouse-plugin-crux - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/audits/cls-audit.d.ts

@@ -11,3 +11,3 @@ import { Audit } from 'lighthouse';

scoreDisplayMode: ScoreDisplayMode;
requiredArtifacts: (keyof Artifacts)[];
requiredArtifacts: (keyof LH.GathererArtifacts | keyof import("lighthouse/types/artifacts.js").UniversalBaseArtifacts | keyof import("lighthouse/types/artifacts.js").ContextualBaseArtifacts)[];
};

@@ -14,0 +14,0 @@ static audit(artifacts: Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product | {

@@ -9,3 +9,3 @@ import { Audit, Artifacts } from 'lighthouse';

scoreDisplayMode: import("lighthouse/types/lhr/audit-result.js").ScoreDisplayMode;
requiredArtifacts: (keyof Artifacts)[];
requiredArtifacts: (keyof LH.GathererArtifacts | keyof import("lighthouse/types/artifacts.js").UniversalBaseArtifacts | keyof import("lighthouse/types/artifacts.js").ContextualBaseArtifacts)[];
};

@@ -12,0 +12,0 @@ static audit(artifacts: Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product | {

@@ -9,3 +9,3 @@ import { Audit, Artifacts } from 'lighthouse';

scoreDisplayMode: import("lighthouse/types/lhr/audit-result.js").ScoreDisplayMode;
requiredArtifacts: (keyof Artifacts)[];
requiredArtifacts: (keyof LH.GathererArtifacts | keyof import("lighthouse/types/artifacts.js").UniversalBaseArtifacts | keyof import("lighthouse/types/artifacts.js").ContextualBaseArtifacts)[];
};

@@ -12,0 +12,0 @@ static audit(artifacts: Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product | {

@@ -9,3 +9,3 @@ import { Audit, Artifacts } from 'lighthouse';

scoreDisplayMode: import("lighthouse/types/lhr/audit-result.js").ScoreDisplayMode;
requiredArtifacts: (keyof Artifacts)[];
requiredArtifacts: (keyof LH.GathererArtifacts | keyof import("lighthouse/types/artifacts.js").UniversalBaseArtifacts | keyof import("lighthouse/types/artifacts.js").ContextualBaseArtifacts)[];
};

@@ -12,0 +12,0 @@ static audit(artifacts: Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product | {

@@ -9,3 +9,3 @@ import * as LH from 'lighthouse/types/lh.js';

scoreDisplayMode: import("lighthouse/types/lhr/audit-result.js").ScoreDisplayMode;
requiredArtifacts: (keyof LH.Artifacts)[];
requiredArtifacts: (keyof LH.GathererArtifacts | keyof import("lighthouse/types/artifacts.js").UniversalBaseArtifacts | keyof import("lighthouse/types/artifacts.js").ContextualBaseArtifacts)[];
};

@@ -12,0 +12,0 @@ static audit(artifacts: Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product | {

@@ -9,3 +9,3 @@ import * as LH from 'lighthouse/types/lh.js';

scoreDisplayMode: import("lighthouse/types/lhr/audit-result.js").ScoreDisplayMode;
requiredArtifacts: (keyof LH.Artifacts)[];
requiredArtifacts: (keyof LH.GathererArtifacts | keyof import("lighthouse/types/artifacts.js").UniversalBaseArtifacts | keyof import("lighthouse/types/artifacts.js").ContextualBaseArtifacts)[];
};

@@ -12,0 +12,0 @@ static audit(artifacts: Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product | {

@@ -9,3 +9,3 @@ import { Audit, Artifacts } from 'lighthouse';

scoreDisplayMode: import("lighthouse/types/lhr/audit-result.js").ScoreDisplayMode;
requiredArtifacts: (keyof Artifacts)[];
requiredArtifacts: (keyof LH.GathererArtifacts | keyof import("lighthouse/types/artifacts.js").UniversalBaseArtifacts | keyof import("lighthouse/types/artifacts.js").ContextualBaseArtifacts)[];
};

@@ -12,0 +12,0 @@ static audit(artifacts: Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product | {

@@ -9,3 +9,3 @@ import { Audit, Artifacts } from 'lighthouse';

scoreDisplayMode: import("lighthouse/types/lhr/audit-result.js").ScoreDisplayMode;
requiredArtifacts: (keyof Artifacts)[];
requiredArtifacts: (keyof LH.GathererArtifacts | keyof import("lighthouse/types/artifacts.js").UniversalBaseArtifacts | keyof import("lighthouse/types/artifacts.js").ContextualBaseArtifacts)[];
};

@@ -12,0 +12,0 @@ static audit(artifacts: Artifacts, context: LH.Audit.Context): Promise<LH.Audit.Product | {

{
"name": "lighthouse-plugin-crux",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/plugin.js",

@@ -20,3 +20,3 @@ "type": "module",

"peerDependencies": {
"lighthouse": "^10.0.0"
"lighthouse": "^10.0.0 || ^11.0.0"
},

@@ -35,3 +35,3 @@ "devDependencies": {

"eslint-plugin-prettier": "5.0.1",
"lighthouse": "10.4.0",
"lighthouse": "11.3.0",
"prettier": "3.1.0",

@@ -48,3 +48,3 @@ "rimraf": "5.0.5",

"puppeteer/**/devtools-protocol": "0.0.1231733",
"puppeteer-core/**/devtools-protocol": "0.0.1231134"
"puppeteer-core/**/devtools-protocol": "0.0.1231733"
},

@@ -51,0 +51,0 @@ "volta": {

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