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

@nosferatu500/textract-lite

Package Overview
Dependencies
Maintainers
0
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.9 to 7.0.10

3

dist/extractors/text.js

@@ -6,5 +6,6 @@ import fs from "fs";

import { cleanseText } from "../utils.js";
import { pathToFileURL } from "url";
function extractText(filePath, options) {
return new Promise((resolve, reject) => {
fs.readFile(filePath, function (error, data) {
fs.readFile(pathToFileURL(filePath), function (error, data) {
let encoding;

@@ -11,0 +12,0 @@ let decoded;

{
"name": "@nosferatu500/textract-lite",
"version": "7.0.9",
"version": "7.0.10",
"type": "module",

@@ -17,3 +17,3 @@ "homepage": "https://github.com/nosferatu500/textract-lite",

"engines": {
"node": ">=20"
"node": ">=20.9"
},

@@ -20,0 +20,0 @@ "repository": {

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