Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cloudscraper

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudscraper - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

lib/agent-options.js

3

CHANGELOG.md
## 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

5

index.js

@@ -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",

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