Socket
Socket
Sign inDemoInstall

skipper-gclouds

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skipper-gclouds - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

index.js

@@ -91,5 +91,10 @@ /**

__newFile.extra = file.metadata;
__newFile.extra.Location = "https://storage.googleapis.com/" + globalOpts.bucket + "/" + __newFile.fd;
if(globalOpts.public) {file.makePublic();}
done();
if(globalOpts.public) {
file.makePublic().then(() => {
__newFile.extra.Location = "https://storage.googleapis.com/" + globalOpts.bucket + "/" + __newFile.fd;
done();
});
} else {
done();
}
});

@@ -96,0 +101,0 @@ __newFile.pipe(stream);

{
"name": "skipper-gclouds",
"version": "1.0.1",
"version": "1.0.2",
"description": "A skipper adapter to allow uploading files to Google Cloud Storage",

@@ -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