Socket
Socket
Sign inDemoInstall

multer-sharp

Package Overview
Dependencies
251
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

index.d.ts

4

index.js
'use strict';
const gcloud = require('@google-cloud/storage');
const { Storage } = require('@google-cloud/storage');
const Promise = require('bluebird');

@@ -33,3 +33,3 @@

this.gcStorage = gcloud({
this.gcStorage = new Storage({
projectId: options.projectId,

@@ -36,0 +36,0 @@ keyFilename: options.keyFilename

{
"name": "multer-sharp",
"version": "0.5.0",
"version": "0.5.1",
"description": "Streaming multer storage engine permit to resize and upload to Google Cloud Storage.",

@@ -56,9 +56,12 @@ "main": "index.js",

"config/",
"index.js"
"index.js",
"index.d.ts"
],
"devDependencies": {
"@types/google-cloud__storage": "^1.7.2",
"@types/sharp": "^0.17.10",
"codecov.io": "0.1.6",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "11.2.0",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-import": "^2.14.0",
"express": "4.16.2",

@@ -70,8 +73,9 @@ "jest": "^23.1.0",

"dependencies": {
"@google-cloud/storage": "^1.7.0",
"@google-cloud/storage": "^2.0.3",
"bluebird": "3.5.1",
"chalk": "2.3.0",
"codecov": "^3.1.0",
"mime-types": "2.1.17",
"object.entries": "1.0.4",
"sharp": "^0.20.3"
"sharp": "0.20.8"
},

@@ -78,0 +82,0 @@ "jest": {

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