office-text-extractor
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
Found 1 instance in 1 package
34170
120