Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.7 to 1.3.8

6

index.js

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

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

@@ -79,5 +79,2 @@ const sources = backgroundSource.concat(options.sources);

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

@@ -91,3 +88,2 @@ return Promise

img.src = photoBuffer;
console.log(i)
// draw background image if present

@@ -94,0 +90,0 @@ if (hasBackgroundImage && i == 0) {

2

package.json
{
"name": "nf-photo-collage",
"version": "1.3.7",
"version": "1.3.8",
"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