secret-agent icon indicating copy to clipboard operation
secret-agent copied to clipboard

The web scraper that's nearly impossible to block - now called @ulixee/hero

Results 56 secret-agent issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

NOTE: SecretAgent 2.0 is to be named Hero and is currently in alpha testing. We're ready for developers to begin to switch over - it's a pretty easy transition (migration...

Bumps [electron](https://github.com/electron/electron) from 12.1.2 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...

dependencies

This PR is a wip. You can subscribe to "download" on a per-tab basis `tab.on('download', download: Download => ....)`. Download in client has a "waitForFinished" that you can use to...

Hi, i couldn't find in documentation option for changing download path Case: - click on link to download file - by default it's `/downloads` Is it possible?

Bumps [sharp](https://github.com/lovell/sharp) from 0.25.4 to 0.30.5. Changelog Sourced from sharp's changelog. v0.30.5 - 23rd May 2022 Install: pass PKG_CONFIG_PATH via env rather than substitution. @​dwisiswant0 Add support for --libc flag...

dependencies

**Hello, how can I solve this error?** **my code:** try { await agent.goto('https://google.com'); const intro = await agent.document.querySelector('body').innerHTML res.status(200).json(intro) } catch (err) { console.log(err) res.status(400).json({ error: err }) } finally...

Hi, I was doing some tests with this project, I'm not being able to get different fingerprint, every time I run the code I get the same fingerprint. There is...

I am getting error when running the scrapper function in a cron, and throw the error at the second run. `TypeError: Cannot read properties of null (reading 'type') at Object.createResource`...