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

office-text-extractor

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

office-text-extractor - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

4

package.json
{
"name": "office-text-extractor",
"version": "3.0.2",
"version": "3.0.3",
"description": "Yet another library to extract text from MS Office and PDF files",

@@ -50,3 +50,3 @@ "keywords": [

"text-encoding": "0.7.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"xml2js": "0.6.2"

@@ -53,0 +53,0 @@ },

@@ -51,10 +51,7 @@ # <div align="center"> office-text-extractor </div>

#### browser
#### ~browser~
to use this package in the browser, fetch it using your preferred cdn:
the library currently cannot be used in the browser due to its usage of the `node:buffer`
library. pull requests that can replace `node:buffer` with a different library are welcome!
```tsx
<script src="https://unpkg.com/office-text-extractor@latest/build/index.js"></script>
```
## usage

@@ -61,0 +58,0 @@

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