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.1.12 to 1.1.13

3

index.js

@@ -89,3 +89,4 @@ "use strict";

const canvasWidth = options.width * options.imageWidth + (options.width - 1) * (options.spacing);
const canvasHeight = headerHeight + options.height * options.imageHeight + (options.height - 1) * (options.spacing) + (options.textStyle.height || 200);
const canvasHeight = headerHeight + options.height * options.imageHeight + (options.height - 1) * (options.spacing);
console.log("Created canvas" + " - W:" + canvasWidth + " H:" + canvasHeight)
const canvas = createCanvas(canvasWidth, canvasHeight);

@@ -92,0 +93,0 @@

{
"name": "nf-photo-collage",
"version": "1.1.12",
"version": "1.1.13",
"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