Socket
Socket
Sign inDemoInstall

docx-extractor

Package Overview
Dependencies
42
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

package.json
{
"name": "docx-extractor",
"version": "1.1.3",
"version": "1.1.4",
"description": "Extracts comments and other data from docx files",

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

@@ -46,3 +46,3 @@ Node.js: docx-extractor

Extracts the comments embedded into the xml of 'docx' files. It returns all of the comments as an array.
-> Extracts the comments embedded into the xml of 'docx' files. It returns all of the comments as an array.

@@ -53,3 +53,3 @@

Returns all hyperlinks in the docx file as an array
-> Returns all hyperlinks in the docx file as an array

@@ -60,3 +60,3 @@

Returns the number of times the document was modified and saved.
-> Returns the number of times the document was modified and saved.

@@ -67,3 +67,3 @@

Returns number of pages in the docx file
-> Returns number of pages in the docx file

@@ -74,3 +74,3 @@

Returns the original author of the document. This will be the name of the user account on the machine it was created from.
-> Returns the original author of the document. This will be the name of the user account on the machine it was created from.

@@ -81,3 +81,3 @@

Returns the last person that modified the document. Again, this returns the name of the computer's user account that was in use at the time.
-> Returns the last person that modified the document. Again, this returns the name of the computer's user account that was in use at the time.

@@ -88,3 +88,3 @@

Returns the time the docx file was originally created. Example: 2017-03-08T17:40:00Z
-> Returns the time the docx file was originally created. Example: 2017-03-08T17:40:00Z

@@ -95,3 +95,3 @@

Returns the time that the document was last modified. Example: 2017-03-09T14:23:00Z
-> Returns the time that the document was last modified. Example: 2017-03-09T14:23:00Z

@@ -102,6 +102,6 @@

Returns the template that was used when creating the document. Example: "Normal.dotm" is the template name of when someone starts a docx file with the blank template.
-> Returns the template that was used when creating the document. Example: "Normal.dotm" is the template name of when someone starts a docx file with the blank template.
Future

@@ -108,0 +108,0 @@ ------

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