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.10 to 0.1.11

14

package.json
{
"name": "docx-parser",
"version": "0.1.10",
"version": "0.1.11",
"description": "docx parser",
"main": "index.js",
"scripts": {
"scripts": {},
"author": {
"name": "Ayrton Dumas"
},
"author": "Ayrton Dumas",
"license": "ISC",
"dependencies": {
"decompress": "^4.0.0"
}
},
"readme": "Docx-parser\n===================\n\n\nA simple module to get the plain text from a docx file.\n\n----------\n\n**exemple**\n```\nvar docxParser = require('docx-parser');\n\ndocxParser.parseDocx(\"example.docx\", function(data){\n console.log(data)\n})\n```\n",
"readmeFilename": "README.md",
"_id": "docx-parser@0.1.10",
"_shasum": "29cefda841c5d671c8ad3fa37d91b1f5cb69bc0f",
"_from": "docx-parser@latest"
}

@@ -7,2 +7,6 @@ Docx-parser

```
npm install --save docx-parser
```
----------

@@ -18,1 +22,6 @@

```
----------
**github**
https://github.com/ayrtondumas/docx-parser
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