gcs-resumable-upload
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -328,3 +328,3 @@ 'use strict' | ||
Upload.prototype.get = function (prop) { | ||
var store = this.configStore.get(this.file) | ||
var store = this.configStore.get([this.bucket, this.file].join('/')) | ||
return store && store[prop] | ||
@@ -334,7 +334,7 @@ } | ||
Upload.prototype.set = function (props) { | ||
this.configStore.set(this.file, props) | ||
this.configStore.set([this.bucket, this.file].join('/'), props) | ||
} | ||
Upload.prototype.deleteConfig = function () { | ||
this.configStore.delete(this.file) | ||
this.configStore.delete([this.bucket, this.file].join('/')) | ||
} | ||
@@ -341,0 +341,0 @@ |
{ | ||
"name": "gcs-resumable-upload", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"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
18759
5