libreoffice-convert
Advanced tools
Comparing version 1.3.3 to 1.3.4
@@ -58,3 +58,3 @@ 'use strict'; | ||
interval: asyncOptions.interval || 200 | ||
}, (callback) => fs.readFile(path.join(tempDir.name, `source.${format}`), callback), callback) | ||
}, (callback) => fs.readFile(path.join(tempDir.name, `source.${format.split(":")[0]}`), callback), callback) | ||
] | ||
@@ -61,0 +61,0 @@ }, (err, res) => { |
{ | ||
"name": "libreoffice-convert", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "A simple and fast node.js module for converting office documents to different formats", | ||
@@ -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
18606