
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
maybank-statement-parser
Advanced tools
This will parse your Maybank statement to JSON or CSV.
Notes: I use this on my Maybank current account (Akaun semasa) with monthtly statement file AND my account not that much active. If you have any problem, please open and issue, I will try to solve it.
/path_to_file/statement.txt
)Piping content
cat /path_to_file/statement.txt | npx maybank-statement-parser
Use --file
aurguments
npx maybank-statement-parser
--format=csv
or --format=json
Print output format in JSON or CSV. Default format csv will be print.
--output='path_to_file/filename'
Create file for the output instead of print it on terminal. File extension .csv
or .json
will be added depend on --format
arguments.
Default is .csv
.
const fs = require('fs');
const {parser} = require('maybank-statement-parser');
const fileContents = fs.readFileSync('maybank-statements-june.txt');
const maybankStatementData = parser(fileContents.toString());
console.log(maybankStatementData);
// [
// {
// account: {
// ...
// },
// date: 2021-05-31T16:00:00.000Z,
// type: 'brought-forward',
// balance: 109450,
// value: 0,
// description: 'BEGINNING BALANCE',
// moreDetail: []
// },
// {
// account: {
// ...
// },
// date: 2021-06-04T16:00:00.000Z,
// type: 'income',
// balance: 209450,
// value: 100000,
// description: 'TRANSFER TO A/C',
// moreDetail: [ 'NAME OF D*', 'More detail' ]
// },
// {
// account: {
// ...
// },
// date: 2021-06-10T16:00:00.000Z,
// type: 'income',
// balance: 236450,
// value: 27000,
// description: 'TRANSFER TO A/C',
// moreDetail: [ 'NAME OF D*', 'More detail' ]
// },
// ]
FAQs
This will parse your Maybank statement to JSON or CSV.
The npm package maybank-statement-parser receives a total of 0 weekly downloads. As such, maybank-statement-parser popularity was classified as not popular.
We found that maybank-statement-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.