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 2.0.0 to 3.0.0-beta.1

build/index.js

61

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

@@ -28,4 +28,3 @@ "keywords": [

"homepage": "https://github.com/gamemaker1/office-text-extractor#readme",
"exports": "./source/index.js",
"types": "./source/index.d.ts",
"exports": "./build/index.js",
"files": [

@@ -35,31 +34,25 @@ "license.md",

"package.json",
"source/"
"tsconfig.json",
"build/"
],
"type": "module",
"engines": {
"node": ">= 14.16"
"node": ">= 16"
},
"dependencies": {
"decompress": "^4.2.1",
"file-type": "^17.1.2",
"js-yaml": "^4.1.0",
"mammoth": "^1.4.21",
"pdf-parse": "^1.1.1",
"read-chunk": "^4.0.2",
"xlsx": "^0.18.5",
"xml2js": "^0.4.23"
"file-type": "18.2.1",
"got": "12.6.0",
"mammoth": "1.6.0",
"pdf-parse": "1.1.1"
},
"devDependencies": {
"ava": "4.3.0",
"np": "^7.6.1",
"prettier": "^2.6.2",
"xo": "0.50.0"
"@types/node": "18.15.11",
"ava": "5.3.0",
"np": "7.7.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"tsx": "3.12.7",
"typescript": "5.0.3",
"xo": "0.53.1"
},
"ava": {
"files": [
"tests/**/*"
],
"failFast": true,
"verbose": true
},
"prettier": {

@@ -77,9 +70,23 @@ "semi": false,

"rules": {
"captalized-comments": 0,
"no-await-in-loop": 0
"capitalized-comments": 0,
"no-await-in-loop": 0,
"@typescript-eslint/no-unsafe-return": 0,
"@typescript-eslint/no-unsafe-call": 0
}
},
"ava": {
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--no-warnings"
]
},
"scripts": {
"test": "xo && ava"
"compile": "tsc",
"test": "run-s test:*",
"test:compile": "tsc --noEmit",
"test:quality": "xo source/ test/",
"test:integration": "NODE_OPTIONS='--loader=tsx' ava"
}
}
# <div align="center"> `office-text-extractor` </div>
<div align="center">
<img alt="Github Workflow Status" src="https://img.shields.io/github/workflow/status/gamemaker1/office-text-extractor/CI"/>
<img alt="Github Workflow Status" src="https://img.shields.io/github/actions/workflow/status/gamemaker1/office-text-extractor/ci.yaml"/>
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/gamemaker1/office-text-extractor"/>

@@ -9,3 +9,4 @@ </div>

> Yet another library to extract text from MS Office (`docx`, `pptx`, `xlsx`) and PDF (`pdf`) files.
> Yet another library to extract text from MS Office (`docx`, `pptx`, `xlsx`)
> and PDF (`pdf`) files.

@@ -12,0 +13,0 @@ ## Similar projects

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