
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@xoxoharsh/multiparser
Advanced tools
A powerful npm package for parsing text from PowerPoint, PDF, and Word documents. This tool seamlessly extracts text, making it easier to analyze, process, and integrate with your applications.
Install the package via npm:
npm install @xoxoharsh/multiparser
Here's how to use the package in your project:
import Parser from '@xoxoharsh/multiparser';
const parser = new Parser(filePath);
parser.extractAll().then((text) =>{
console.log(text);
}).catch((error) => {
console.error("Error extracting text:", error);
});
import Parser from '@xoxoharsh/multiparser';
const parser = new Parser(filePath);
parser
.extractPage(pageNo)
.then((text) => {
console.log("Page 3 text:", text);
})
.catch((error) => {
console.error("Error extracting text:", error);
});
// Currently this feature is not available for word documents
We welcome contributions!
FAQs
A Text extracting package docx, pdf and pptx files
The npm package @xoxoharsh/multiparser receives a total of 2 weekly downloads. As such, @xoxoharsh/multiparser popularity was classified as not popular.
We found that @xoxoharsh/multiparser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.