Socket
Socket
Sign inDemoInstall

mutasi-scraper

Package Overview
Dependencies
228
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.27 to 2.2.28

src/bank/BCA.class.ts

10

package.json
{
"name": "mutasi-scraper",
"version": "2.2.27",
"main": "index.js",
"version": "2.2.28",
"main": "src/index.ts",
"directories": {

@@ -23,2 +23,3 @@ "example": "examples",

"date-format": "^4.0.10",
"fingerprint-injector": "^2.1.50",
"karma-chrome-launcher": "^3.2.0",

@@ -30,4 +31,3 @@ "moment": "^2.29.4",

"puppeteer-extra-plugin-stealth": "^2.11.2",
"puppeteer-recaptcha-bypass": "^1.0.1",
"simple-socks": "^3.1.0"
"puppeteer-recaptcha-bypass": "^1.0.1"
},

@@ -48,2 +48,4 @@ "repository": {

"devDependencies": {
"@types/karma-chrome-launcher": "^3.1.4",
"@types/node": "^20.12.7",
"docdash": "^2.0.2",

@@ -50,0 +52,0 @@ "jsdoc": "^4.0.2",

24

README.md

@@ -26,2 +26,3 @@

- Google chrome
- Python & Paddle OCR ( dibutuhkan bila ingin pakai module BSI)

@@ -44,3 +45,3 @@ ## Cara Install

```javascript
const {ScrapBCA} = require('mutasi-scraper');
import * from 'mutasi-scraper';
```

@@ -63,3 +64,3 @@

|newBiz BRI|✅|
| BNI Syariah Indonesia |✅|
| Bank Syariah Indonesia |✅|

@@ -73,3 +74,3 @@

const {ScrapBCA} = require('mutasi-scraper');
import {ScrapBCA} from 'mutasi-scraper';

@@ -102,3 +103,3 @@ const user = 'USER';

```javascript
const {ScrapBBNI} = require('mutasi-scraper');
import {ScrapBNI} from 'mutasi-scraper';
const user = 'USER';

@@ -126,3 +127,3 @@ const pass = 'PASS';

const ScrapBRI = require("./lib/bank/BRI.js");
import {ScrapBRI} from 'mutasi-scraper';

@@ -139,3 +140,3 @@ (async () => {

const ScrapBRI = require("./lib/bank/BRI.js");
import {ScrapMCM} from 'mutasi-scraper';

@@ -149,3 +150,12 @@ (async () => {

## BSI
untuk bank BSI dibutuhkan python dan paddle ocr untuk bypass captcha nya, untuk menginstall nya bisa menggunakan command berikut, pastikan di PC/Server sudah terinstall Python 3.10
```bash
python -m pip install paddlepaddle-gpu -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install "paddleocr>=2.0.1" # Recommend to use version 2.0.1+
```
```javascript
import {ScrapBSI} from 'mutasi-scraper';
(async () => {

@@ -216,5 +226,5 @@ const bsi = new ScrapBSI("corpID", "userID", "password", "nomor rekening");

# CP
taqin2731@gmail.com
taqin2731@gmail.com
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc