wonderful-fetch
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -23,3 +23,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '0.0.12'; | ||
var VERSION = '0.0.13'; | ||
@@ -60,3 +60,2 @@ function WonderfulFetch(url, options) { | ||
var fileStream; | ||
var config = { | ||
@@ -152,3 +151,3 @@ method: (options.method || 'get').toLowerCase(), | ||
} | ||
fileStream = jetpack.createWriteStream(options.download); | ||
var fileStream = jetpack.createWriteStream(options.download); | ||
res.body.pipe(fileStream); | ||
@@ -155,0 +154,0 @@ res.body.on('error', function (e) { |
{ | ||
"name": "wonderful-fetch", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A wrapper around fetch.", | ||
@@ -36,4 +36,4 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"prepare-package": "^0.0.11" | ||
"prepare-package": "^0.0.12" | ||
} | ||
} |
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
14944
186