Socket
Socket
Sign inDemoInstall

multer-storage-uploadcare

Package Overview
Dependencies
54
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    multer-storage-uploadcare

a multer storage engine for uploadcare


Version published
Weekly downloads
32
increased by700%
Maintainers
3
Install size
3.90 MB
Created
Weekly downloads
 

Readme

Source

multer-storage-uploadcare

Build Status codecov js-standard-style npm version Dependency Status

An Uploadcare storage engine for multer

Installation

npm i --save multer-storage-uploadcare

Usage

'use strict'

const uploadcareStorage = require('multer-storage-uploadcare')
const multer = require('multer', {
  storage: uploadcareStorage({
    public_key: YOUR_UPLOADCARE_PUBLIC_KEY,
    private_key: YOUR_UPLOADCARE_PRIVATE_KEY
    store: 'auto' // 'auto' || 0 || 1
  })
})

Keywords

FAQs

Last updated on 03 Aug 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc