Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-cloud-bucket

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-cloud-bucket - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.3.6"></a>
## [0.3.6](https://github.com/nicolasdao/google-cloud-bucket/compare/v0.3.5...v0.3.6) (2018-12-08)
### Features
* Add new field 'publicUri' on the response of a file insert ([22124c5](https://github.com/nicolasdao/google-cloud-bucket/commit/22124c5))
<a name="0.3.5"></a>

@@ -7,0 +17,0 @@ ## [0.3.5](https://github.com/nicolasdao/google-cloud-bucket/compare/v0.3.4...v0.3.5) (2018-12-07)

2

index.js

@@ -71,2 +71,4 @@ /**

.then(data => {
if (data)
data.publicUri = `https://storage.googleapis.com/${encodeURIComponent((filePath || '').replace(/^\/*/, ''))}`
if (options.public)

@@ -73,0 +75,0 @@ return addPublicAccess(filePath).then(({ uri }) => {

2

package.json
{
"name": "google-cloud-bucket",
"version": "0.3.5",
"version": "0.3.6",
"description": "Nodejs package to add objects to a Google Cloud Bucket.",

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