adonis-kraken
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "adonis-kraken", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Simplifies working with Kraken.io (image optimisation service) through Adonis", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -65,3 +65,3 @@ 'use strict' | ||
form.append('file', (opts.file && opts.file instanceof stream.Streamfile) | ||
form.append('file', (opts.file && opts.file instanceof stream.Stream) | ||
? opts.file | ||
@@ -68,0 +68,0 @@ : fs.createReadStream(opts.file) |
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
44403