Socket
Socket
Sign inDemoInstall

gcs-resumable-upload

Package Overview
Dependencies
Maintainers
6
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gcs-resumable-upload - npm Package Compare versions

Comparing version 3.5.1 to 3.6.0

7

build/src/index.js

@@ -247,3 +247,8 @@ "use strict";

if (resp.status < 200 || resp.status > 299) {
this.destroy(new Error('Upload failed'));
const err = {
code: resp.status,
name: 'Upload failed',
message: 'Upload failed',
};
this.destroy(err);
return;

@@ -250,0 +255,0 @@ }

@@ -7,2 +7,9 @@ # Changelog

## [3.6.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.5.1...v3.6.0) (2021-11-09)
### Features
* add error code to error in startUploading ([#474](https://www.github.com/googleapis/gcs-resumable-upload/issues/474)) ([1ae6987](https://www.github.com/googleapis/gcs-resumable-upload/commit/1ae69870a4ad52340eb2e67c4d3d13391002c6fa))
### [3.5.1](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.5.0...v3.5.1) (2021-11-04)

@@ -9,0 +16,0 @@

2

package.json
{
"name": "gcs-resumable-upload",
"version": "3.5.1",
"version": "3.6.0",
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior",

@@ -5,0 +5,0 @@ "repository": "googleapis/gcs-resumable-upload",

Sorry, the diff of this file is not supported yet

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