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.9 to 1.1.10

8

index.js

@@ -98,5 +98,7 @@ "use strict";

const bckgBuffer = getPhoto(options.backgroundImage);
const image = new Image();
image.src = bckgBuffer;
ctx.drawImage(image, 0, 0)
bckgBuffer.then((bckg) => {
const image = new Image();
image.src = bckg;
ctx.drawImage(image, 0, 0)
})
}

@@ -103,0 +105,0 @@

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