libreoffice-convert
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -22,3 +22,3 @@ 'use strict'; | ||
break; | ||
case 'linux': paths = [...paths, '/usr/bin/libreoffice', '/usr/bin/soffice', '/snap/bin/libreoffice']; | ||
case 'linux': paths = [...paths, '/usr/bin/libreoffice', '/usr/bin/soffice', '/snap/bin/libreoffice', '/opt/libreoffice/program/soffice', '/opt/libreoffice7.6/program/soffice']; | ||
break; | ||
@@ -25,0 +25,0 @@ case 'win32': paths = [ |
{ | ||
"name": "libreoffice-convert", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"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
19904