render-data
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -46,3 +46,3 @@ var path = require('path') | ||
var elem = document.createElement('iframe') | ||
streamToBlobURL(file.createReadStream(), file.name, 'text/plain', function (err, url) { | ||
streamToBlobURL(file.createReadStream(), function (err, url) { | ||
if (err) return cb(err) | ||
@@ -49,0 +49,0 @@ elem.src = url |
{ | ||
"name": "render-data", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Automagically render data files in the browser, like render-media", | ||
@@ -22,4 +22,4 @@ "main": "index.js", | ||
"render-media": "^2.0.2", | ||
"stream-to-blob-url": "^2.0.0" | ||
"stream-to-blob-url": "^2.1.0" | ||
} | ||
} |
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
4128
Updatedstream-to-blob-url@^2.1.0