New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

multer-gcloud

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multer-gcloud - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

index.js

@@ -74,4 +74,4 @@ const stream = require('stream')

function getPublicUrl(storageName) {
return `https://firebasestorage.googleapis.com/v0/b/platzigram-151d3.\
appspot.com/o/${encodeURIComponent(storageName)}?alt=media`;
const = urlBase = `https://firebasestorage.googleapis.com`;
return `${urlBase}/v0/b/platzigram-151d3.appspot.com/o/${encodeURIComponent(storageName)}?alt=media`;
}

@@ -78,0 +78,0 @@

{
"name": "multer-gcloud",
"version": "0.2.1",
"version": "0.2.2",
"description": "A storage module for connect with multer.",

@@ -5,0 +5,0 @@ "main": "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