New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pebble-finances/crawler-itau

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pebble-finances/crawler-itau - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

4

package.json
{
"name": "@pebble-finances/crawler-itau",
"version": "0.2.9",
"version": "0.2.10",
"description": "",

@@ -21,3 +21,3 @@ "main": "src/index.js",

"license": "MIT",
"gitHead": "3c5f7085b83978cba08324005b99a30189df0702"
"gitHead": "59d66f7bfeb01b37e415bca95ce9eaa0297b7382"
}

@@ -61,3 +61,7 @@ const { fromReal } = require('../util/currency');

// This seems to be a SPA navigation, no need to wait page load
await page.click('a[title="poupança"]');
await page.evaluate(async () => {
document.querySelector('a[title="poupança"]').click();
return Promise.resolve(true);
});
// Click to show last 30 days transactions

@@ -64,0 +68,0 @@ await page.waitForSelector('a[onclick*="extratoUltimos30Dias"]', { timeout: TIMEOUT });

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc