Socket
Socket
Sign inDemoInstall

@openfin/multer-s3

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfin/multer-s3 - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

10

build/index.js

@@ -46,2 +46,3 @@ "use strict";

this.s3 = vopts.s3;
console.log(vopts);
if (kindOf(vopts.bucket) === "string") {

@@ -65,11 +66,2 @@ this.bucket = () => Promise.resolve(vopts.bucket);

}
if (kindOf(vopts.acl) === "string") {
this.acl = () => Promise.resolve(vopts.acl);
}
else if (kindOf(vopts.acl) == "function") {
this.acl = vopts.acl;
}
else {
throw new Error("acl must be a string, function or null/undefined");
}
if (kindOf(vopts.key) === "function") {

@@ -76,0 +68,0 @@ this.key = vopts.key;

2

package.json
{
"name": "@openfin/multer-s3",
"version": "0.1.4",
"version": "0.1.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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