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

@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.10 to 0.1.11

4

build/index.d.ts

@@ -37,3 +37,3 @@ /// <reference types="node" />

serverSideEncryptionCustomerAlgorithm?: string | valuerFunc;
onUpload?: (file: S3File) => void;
onUpload?: (req: Express.Request, storage: S3Storage, file: S3File) => void;
detectContentType?: boolean;

@@ -84,3 +84,3 @@ }

s3: AWS.S3;
onUpload: (s3File) => void;
onUpload: (req: Express.Request, storage: S3Storage, file: S3File) => void;
detectContentType: boolean;

@@ -87,0 +87,0 @@ constructor(opts: S3StorageOpts);

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

serverSideEncryptionCustomerKeyMD5: () => Promise.resolve(null),
onUpload: function () { },
onUpload: function (req, storage, file) { },
detectContentType: false

@@ -285,3 +285,3 @@ };

};
this.onUpload(Object.assign({}, file, fileData));
this.onUpload(req, this, Object.assign({}, file, fileData));
cb(null, fileData);

@@ -288,0 +288,0 @@ });

{
"name": "@openfin/multer-s3",
"version": "0.1.10",
"version": "0.1.11",
"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