Socket
Socket
Sign inDemoInstall

puppeteer-page-proxy

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puppeteer-page-proxy - npm Package Versions

2

1.3.0

Diff

Changelog

Source

[1.3.0] - 2022-11-03

Changes
  • Update readme
  • Update code for v6.2.0 of "socks-proxy-agent"

Change log

cuadrix
published 1.2.9 •

Changelog

Source

[1.2.9] - 2022-10-10

Fixes
  • Allow ports in request url for host request header (#61) (#62)
  • Take into account how CDPSession client is exposed in latest versions of Puppeteer (#78) (#79)
  • Allow domain cookies to be unset (#48) (#48#issuecomment-729802384)
  • Take into account that request.frame() might return null (#36) (#43) (#59) (#36#issuecomment-814520620)
  • Update differentiation between page and http request objects for latest versions of Puppeteer (Page -> CDPPage)
  • Update lookup method for latest versions of Puppeteer
cuadrix
published 1.2.8 •

Changelog

Source

[1.2.8] - 2020-07-21

Changes
  • Fixed silent failure when there was an invalid host in the cookies set by the server (#32)
  • Fixed Page URL not updating in Puppeteer when there was a server-side redirect (via location header)
cuadrix
published 1.2.7 •

Changelog

Source

[1.2.7] - 2020-06-30

Changes
  • Reimplement cookie handling to account for deletion and addition of browser cookies
  • Changed default lookup fetch source to api64.ipify.org
  • Update documentation
cuadrix
published 1.2.6 •

Changelog

Source

[1.2.6] - 2020-06-18

Changes
  • Updated for Puppeteer's v4.0.0 breaking changes (#22, #23)
  • Modified cookie handling to fix (#20) among other cookie related errors
cuadrix
published 1.2.5 •

Changelog

Source

[1.2.5] - 2020-05-21

Changes
  • Added ability to override requests
  • Increase redirect restriction (#17)
cuadrix
published 1.2.4 •

Changelog

Source

[1.2.4] - 2020-05-18

Changes
  • Fix 'net::ERR_FAILED' by updating package to work with latest Got (#16, #14)
  • Added an explanation addressing site insecurity (#9, #12)
  • Removed type enforcing
cuadrix
published 1.2.3 •

Changelog

Source

[1.2.3] - 2020-02-14

Changes
  • Added ability to remove page-wide proxy
  • Changed static classes to object literals for compability with Node.js 10.16.x (#6)
  • Removed src\util\ folder along with proxy-validator
cuadrix
published 1.2.2 •

Changelog

Source

[1.2.2] - 2020-02-09

Patches
  • Fixed code indentation.
  • Updated examples.
  • Optimization.
cuadrix
published 1.2.0 •

Changelog

Source

[1.2.0] - 2020-02-09

Major changes
  • Added capability to change proxy per request.
  • Added capability of changing the proxy if a page is already using one.
  • Replaced Request with Got for forwarding requests.
  • Added tough-cookie for handling cookies
  • Now communicates directly with Chrome DevTools Protocol when getting cookies
Minor changes
  • Added a simple type enforcer and proxy validator.
  • Removed some redundant code.
  • Removed obsolete 'cache' parameter
2
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