Socket
Socket
Sign inDemoInstall

@lighthouse/common

Package Overview
Dependencies
122
Maintainers
15
Versions
461
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.24.3-canary.113.1432 to 4.24.3-canary.113.1435

4

dist/pdf/helpers/default-header/index.js

@@ -21,3 +21,5 @@ "use strict";

});
return (0, _helpers.fetchImage)(logoUrl).then(image => ({
return (0, _helpers.fetchImage)(logoUrl, {
isHeader: true
}).then(image => ({
columns: [{

@@ -24,0 +26,0 @@ fit: [130, 30],

@@ -12,3 +12,5 @@ import { fetchImage, getTimezoneDatetime } from '../../../helpers';

});
return fetchImage(logoUrl).then(function (image) {
return fetchImage(logoUrl, {
isHeader: true
}).then(function (image) {
return {

@@ -15,0 +17,0 @@ columns: [{

{
"name": "@lighthouse/common",
"version": "4.24.3-canary.113.1432",
"version": "4.24.3-canary.113.1435",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc