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.3.5 to 1.3.6

6

index.js

@@ -78,2 +78,4 @@ "use strict";

if(hasBackgroundImage) maxImages++;
console.log(sources)

@@ -87,5 +89,5 @@ return Promise

img.src = photoBuffer;
console.log(i)
// draw background image if present
if (hasBackgroundImage && i == 0) {
if (hasBackgroundImage && i == 1) {
ctx.drawImage(img, 0, 0, canvasWidth, canvasHeight)

@@ -92,0 +94,0 @@ } else {

{
"name": "nf-photo-collage",
"version": "1.3.5",
"version": "1.3.6",
"publishConfig": {

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

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