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

@nosferatu500/textract-lite

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nosferatu500/textract-lite - npm Package Compare versions

Comparing version 7.0.3 to 7.0.4

dist/index.d.ts

9

package.json
{
"name": "@nosferatu500/textract-lite",
"version": "7.0.3",
"version": "7.0.4",
"type": "module",
"homepage": "https://github.com/nosferatu500/textract-lite",
"description": "Extracting text from files of various type including txt, doc, docx.",
"main": "./dist/index.js",
"types": "./dist/types",
"main": "./dist/index",
"types": "./dist/index.d",
"author": "David Bashford <dbashford@hotmail.com>",

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

"docs": "typedoc --entryPoints src/index.ts",
"build": "npm run clean && tsc -p tsconfig.json"
"clean-types": "rimraf dist/extractors/docx.d.ts && rimraf dist/extractors/text.d.ts && rimraf dist/extract.d.ts && rimraf dist/utils.d.ts",
"build": "npm run clean && tsc -p tsconfig.json && npm run clean-types"
},

@@ -31,0 +32,0 @@ "dependencies": {

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