gcs-resumable-upload
Advanced tools
Comparing version 0.7.6 to 0.7.7
@@ -114,3 +114,3 @@ 'use strict' | ||
if (this.generation) { | ||
if (typeof this.generation !== 'undefined') { | ||
reqOpts.qs.ifGenerationMatch = this.generation | ||
@@ -117,0 +117,0 @@ } |
{ | ||
"name": "gcs-resumable-upload", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"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
17139