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.11 to 0.1.12

4

build/index.d.ts

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

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

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

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

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

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