cloudscraper
Advanced tools
Comparing version 4.0.1 to 4.1.0
## Change Log | ||
### v4.1.0 (02/05/2019) | ||
- Backport TLSv1.3 secure ciphers to potentially avoid getting a CAPTCHA. | ||
### v4.0.1 (25/04/2019) | ||
@@ -4,0 +7,0 @@ - Improve documentation |
@@ -7,2 +7,3 @@ 'use strict'; | ||
const getDefaultHeaders = require('./lib/headers'); | ||
const agentOptions = require('./lib/agent-options'); | ||
const brotli = require('./lib/brotli'); | ||
@@ -39,3 +40,5 @@ | ||
// Support gzip encoded responses | ||
gzip: true | ||
gzip: true, | ||
// Adds secure TLSv1.3 ciphers when using older openssl versions | ||
agentOptions | ||
}; | ||
@@ -42,0 +45,0 @@ |
{ | ||
"name": "cloudscraper", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "Bypasses cloudflare's anti-ddos page", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76106
12
1016
2