Socket
Socket
Sign inDemoInstall

nf-photo-collage

Package Overview
Dependencies
111
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.8 to 1.1.9

12

index.js

@@ -97,10 +97,6 @@ "use strict";

if(options.backgroundImage != "") {
try {
const bckgBuffer = getPhoto(options.backgroundImage);
const image = new Image();
image.src = bckgBuffer;
ctx.drawImage(image, 0, 0)
} catch (e) {
throw new Error(`Unable to load background image`);
}
const bckgBuffer = getPhoto(options.backgroundImage);
const image = new Image();
image.src = bckgBuffer;
ctx.drawImage(image, 0, 0)
}

@@ -107,0 +103,0 @@

{
"name": "nf-photo-collage",
"version": "1.1.8",
"version": "1.1.9",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc