Socket
Socket
Sign inDemoInstall

@shelf/aws-lambda-libreoffice

Package Overview
Dependencies
4
Maintainers
54
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 5.0.0

changelog.md

2

lib/convert.js

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

exports.DEFAULT_ARGS = DEFAULT_ARGS;
const LO_BINARY_PATH = 'libreoffice7.3';
const LO_BINARY_PATH = 'libreoffice7.4';

@@ -20,0 +20,0 @@ function convertTo(filename, format) {

{
"name": "@shelf/aws-lambda-libreoffice",
"version": "4.1.0",
"version": "5.0.0",
"description": "Utility to work with Docker version of LibreOffice in Lambda",

@@ -61,10 +61,10 @@ "keywords": [

"@babel/cli": "7.18.10",
"@babel/core": "7.18.10",
"@babel/core": "7.18.13",
"@shelf/babel-config": "1.2.0",
"@shelf/eslint-config": "2.22.0",
"@shelf/prettier-config": "1.0.0",
"@types/jest": "28.1.7",
"@types/jest": "28.1.8",
"@types/node": "16",
"babel-jest": "28.1.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"husky": "8.0.1",

@@ -74,3 +74,3 @@ "jest": "28.1.3",

"prettier": "2.7.1",
"typescript": "4.7.4"
"typescript": "4.8.2"
},

@@ -77,0 +77,0 @@ "engines": {

@@ -14,3 +14,3 @@ # aws-lambda-libreoffice ![](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)

- Includes CJK and X11 fonts bundled in the [base Docker image](https://github.com/shelfio/libreoffice-lambda-base-image)!
- Relies on the latest LibreOffice 7.3 version which is not stripped down from features as a previous layer-based version of this package
- Relies on the latest LibreOffice 7.4 version which is not stripped down from features as a previous layer-based version of this package
- Requires node.js 16x runtime (x86_64)

@@ -28,3 +28,3 @@

```Dockerfile
FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.3-node16-x86_64
FROM public.ecr.aws/shelf/lambda-libreoffice-base:7.4-node16-x86_64

@@ -31,0 +31,0 @@ COPY ./ ${LAMBDA_TASK_ROOT}/

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc