@azteam/http-client
Advanced tools
Comparing version 1.0.39 to 1.0.40
{ | ||
"name": "@azteam/http-client", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -97,3 +97,3 @@ import fs from 'fs'; | ||
}).then(function (response) { | ||
response.data.pipe(fs.createWriteStream('ada_lovelace.jpg')); | ||
response.data.pipe(fs.createWriteStream(fileDir)); | ||
@@ -100,0 +100,0 @@ response.data.on('finish', () => { |
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
17803