Socket
Socket
Sign inDemoInstall

nf-photo-collage

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nf-photo-collage - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

5

index.js

@@ -72,3 +72,3 @@ "use strict";

const hasBackgroundImage = options.backgroundImage == "";
const hasBackgroundImage = options.backgroundImage != "";
const backgroundSource = hasBackgroundImage ? [] : [options.backgroundImage];

@@ -80,2 +80,3 @@

console.log(maxImages)
console.log(sources)

@@ -92,3 +93,3 @@

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

@@ -95,0 +96,0 @@ } else {

2

package.json
{
"name": "nf-photo-collage",
"version": "1.3.6",
"version": "1.3.7",
"publishConfig": {

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

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