Socket
Socket
Sign inDemoInstall

docx-builder

Package Overview
Dependencies
4
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

index.js

@@ -179,2 +179,3 @@ var fs = require('fs');

xml = xml.substring(0, xml.indexOf("</w:body>"));
xml = xml.substring(0, xml.indexOf("<w:sectPr"));
this.insertRaw(xml);

@@ -194,2 +195,3 @@ }

xml = xml.substring(0, xml.indexOf("</w:body>"));
xml = xml.substring(0, xml.indexOf("<w:sectPr"));
this.insertRaw(xml);

@@ -196,0 +198,0 @@ callback(null);

4

package.json
{
"name": "docx-builder",
"version": "1.0.3",
"description": "Easily create DOCX files from Node.js",
"version": "1.0.4",
"description": "Easily create or merge DOCX files from Node.js",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

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