New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

docx-parser

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docx-parser - npm Package Compare versions

Comparing version 0.1.1 to 0.1.10

2

package.json
{
"name": "docx-parser",
"version": "0.1.1",
"version": "0.1.10",
"description": "docx parser",

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

@@ -1,9 +0,16 @@

***Simple docx parser***
Get the plain text from a docx file.
Docx-parser
===================
A simple module to get the plain text from a docx file.
----------
**exemple**
```
var docxParser = require('docx-parser');
docxParser.parseDocx("example.docx", function(data){
console.log(data)
});
})
```
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