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.1 to 7.0.2

3

dist/extract.js

@@ -9,3 +9,2 @@ import fs from "fs";

const regexExtractors = [];
let totalExtractors = 0;
let hasInitialized = false;

@@ -39,4 +38,2 @@ function registerExtractor(extractor) {

}
// need to keep track of how many extractors we have in total
totalExtractors = extractors.length;
}

@@ -43,0 +40,0 @@ function findExtractor(type) {

7

package.json
{
"name": "@nosferatu500/textract-lite",
"version": "7.0.1",
"version": "7.0.2",
"type": "module",

@@ -26,5 +26,6 @@ "homepage": "https://github.com/nosferatu500/textract-lite",

"test": "mocha",
"clean": "rm -rf dist build package",
"clean": "rimraf dist build package",
"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