Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

libreoffice-convert

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libreoffice-convert - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

3

index.js

@@ -5,2 +5,3 @@ 'use strict';

const path = require('path');
const url = require('url');
const async = require('async');

@@ -47,3 +48,3 @@ const tmp = require('tmp');

convert: ['soffice', 'saveSource', (results, callback) => {
let command = `-env:UserInstallation=file://${installDir.name} --headless --convert-to ${format}`;
let command = `-env:UserInstallation=${url.pathToFileURL(installDir.name)} --headless --convert-to ${format}`;
if (filter !== undefined) {

@@ -50,0 +51,0 @@ command += `:"${filter}"`;

{
"name": "libreoffice-convert",
"version": "1.3.5",
"version": "1.3.6",
"description": "A simple and fast node.js module for converting office documents to different formats",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc