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

docx-to-pdf-axios

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docx-to-pdf-axios - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

0

dist/index.d.ts
/// <reference types="node" />
export default function docxToPdfAxios(docx: Blob | Buffer): Promise<ArrayBuffer>;

2

dist/index.js

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

let options = { responseType: 'json' };
if (browser_or_node_1.isNode)
if (browser_or_node_1.isNode && typeof formData.getHeaders === 'function')
options.headers = formData.getHeaders();

@@ -51,0 +51,0 @@ let files = (yield axios_1.default.post('https://filetools2.pdf24.org/client.php?action=upload', formData, options)).data;

{
"name": "docx-to-pdf-axios",
"version": "1.1.3",
"version": "1.1.4",
"description": "Convert docx files to pdf using https://tools.pdf24.org. This fork uses axios so it is compatible with both the browser and node.",

@@ -5,0 +5,0 @@ "main": "dist/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