
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@rentablo/pdf-import
Advanced tools
This is the PDF and PP-CSV Import used on rentablo.de.
All brokers supported by tresor-import are listed in the documentation.
npm install @rentablo/pdf-import
import getActivities from '@rentablo/pdf-import';
async fileHandler() {
const results = await Promise.all(Array.from(this.$refs.myFiles.files).map(getActivities));
results.forEach(result => {
console.log(result);
});
}
The function getActivities returns an objects with the following fields:
| Name | Description |
|---|---|
| file | The file name of the input file. |
| activities | List of activities which was parsed from the input file. The activity object is broken down here. |
| status | The status code which contains the information about the reason why no activities was found. For Details see the status table. |
| successful | The simple way to check if at least one activity was found and the status code is equals zero. |
The status field can contains one of the following values, described here.
To understand the amount calculation please read the amount documentation here (in German).
To contribute:
npm i && npm starthttp://localhost:5000, in your browsersrc/brokers to parse that content - see src/brokers/comdirect.js for inspirationnpm tUsage of this codebase is permitted according to the GNU Affero General Public License v3 (AGPL-3.0).
HERE'S AN INCOMPLETE SUMMARY. READ THE FULL LICENSE BEFORE USING.
See also the following image, taken from TL;DR Legal.
FAQs
Creates Rentablo activities from PDF statements of brokers
The npm package @rentablo/pdf-import receives a total of 33 weekly downloads. As such, @rentablo/pdf-import popularity was classified as not popular.
We found that @rentablo/pdf-import demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.