gcs-resumable-upload
Advanced tools
Comparing version 0.2.2 to 0.3.0
@@ -126,3 +126,3 @@ 'use strict' | ||
self.emit('response', resp, body) | ||
self.emit('metadata', body) | ||
@@ -290,2 +290,4 @@ if (resp.statusCode < 200 || resp.statusCode > 299) { | ||
this.emit('response', resp) | ||
return true | ||
@@ -292,0 +294,0 @@ } |
{ | ||
"name": "gcs-resumable-upload", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13183
246