UNPKG

3.23 kBJSONView Raw
1{
2 "lhr": {
3 "finalUrl": "https://www.example.com",
4 "audits": {
5 "js-libraries": {
6 "id": "js-libraries",
7 "title": "Detected JavaScript libraries",
8 "description": "All front-end JavaScript libraries detected on the page. [Learn more](https://web.dev/js-libraries).",
9 "score": 1,
10 "scoreDisplayMode": "binary",
11 "numericValue": null,
12 "displayValue": null,
13 "explanation": null,
14 "errorMessage": null,
15 "warnings": null,
16 "details": {
17 "type": "table",
18 "headings": [
19 { "key": "name", "itemType": "text", "text": "Name" },
20 { "key": "version", "itemType": "text", "text": "Version" }
21 ],
22 "items": [
23 { "name": "jQuery", "version": "2.1.4", "npm": "jquery" },
24 { "name": "jQuery UI", "version": "1.11.4", "npm": "jquery-ui" },
25 { "name": "Leaflet", "version": "0.7.3", "npm": "leaflet" },
26 { "name": "AngularJS", "version": "1.2.32", "npm": "angular" }
27 ],
28 "summary": {}
29 }
30 },
31 "no-vulnerable-libraries": {
32 "id": "no-vulnerable-libraries",
33 "title": "Includes front-end JavaScript libraries with known security vulnerabilities",
34 "description": "Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. [Learn more](https://web.dev/no-vulnerable-libraries).",
35 "score": 0,
36 "scoreDisplayMode": "binary",
37 "numericValue": null,
38 "displayValue": "14 vulnerabilities detected",
39 "explanation": null,
40 "errorMessage": null,
41 "warnings": null,
42 "details": {
43 "type": "table",
44 "headings": [
45 { "key": "detectedLib", "itemType": "link", "text": "Library Version" },
46 { "key": "vulnCount", "itemType": "text", "text": "Vulnerability Count" },
47 { "key": "highestSeverity", "itemType": "text", "text": "Highest Severity" }
48 ],
49 "items": [
50 {
51 "highestSeverity": "Medium",
52 "vulnCount": 2,
53 "detectedLib": {
54 "text": "jQuery@2.1.4",
55 "url": "https://snyk.io/vuln/npm:jquery?lh=2.1.4&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
56 "type": "link"
57 }
58 },
59 {
60 "highestSeverity": "High",
61 "vulnCount": 1,
62 "detectedLib": {
63 "text": "jQuery UI@1.11.4",
64 "url": "https://snyk.io/vuln/npm:jquery-ui?lh=1.11.4&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
65 "type": "link"
66 }
67 },
68 {
69 "highestSeverity": "High",
70 "vulnCount": 11,
71 "detectedLib": {
72 "text": "AngularJS@1.2.32",
73 "url": "https://snyk.io/vuln/npm:angular?lh=1.2.32&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit",
74 "type": "link"
75 }
76 }
77 ],
78 "summary": {}
79 }
80 }
81 },
82 "timing": {
83 "total": "23423"
84 }
85 }
86}