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.4.0 to 1.4.1

2

index.js

@@ -17,3 +17,3 @@ 'use strict';

soffice: (callback) => {
let paths = (options || {}).sofficeBinaryPaths ?? [];
let paths = (options || {}).sofficeBinaryPaths || [];
switch (process.platform) {

@@ -20,0 +20,0 @@ case 'darwin': paths = [...paths, '/Applications/LibreOffice.app/Contents/MacOS/soffice'];

{
"name": "libreoffice-convert",
"version": "1.4.0",
"version": "1.4.1",
"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