
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@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 3 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.
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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.