@nosferatu500/textract-lite
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -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) { |
{ | ||
"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": { |
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
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
20362
10
289