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.12.4 to 0.12.5

10

CHANGELOG.md

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

<a name="0.12.5"></a>
## [0.12.5](https://github.com/nicolasdao/google-cloud-bucket/compare/v0.12.4...v0.12.5) (2019-04-04)
### Bug Fixes
* Deleting a bucket with the 'force' option fails when a token is also passed to as an option ([c5dbc30](https://github.com/nicolasdao/google-cloud-bucket/commit/c5dbc30))
<a name="0.12.4"></a>

@@ -7,0 +17,0 @@ ## [0.12.4](https://github.com/nicolasdao/google-cloud-bucket/compare/v0.12.3...v0.12.4) (2019-04-04)

2

index.js

@@ -244,3 +244,3 @@ /**

const deleteTasks = files.map(({ name }) => (() => deleteObject(bucket, name)))
const deleteTasks = files.map(({ name }) => (() => deleteObject(bucket, name, options)))
yield throttle(deleteTasks, 20)

@@ -247,0 +247,0 @@ return yield deleteBucket(bucket, options)

{
"name": "google-cloud-bucket",
"version": "0.12.4",
"version": "0.12.5",
"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