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

cordova-plugin-http

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-http - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

src/android/com/synconset/CordovaHTTP/TLSSocketFactory.java

8

CHANGELOG.md
# Changelog
## v1.2.0
- Added support for TLSv1.1 and TLSv1.2 for android versions 4.1-4.4 (API levels 16-19)
### Potentially Breaking Changes that really shouldn't matter because you shouldn't be using SSLv3
- Dropped SSLv3 support for all API Levels < 20. It will now only work on API Levels 20-22.
## v1.1.0

@@ -4,0 +12,0 @@

2

package.json
{
"name": "cordova-plugin-http",
"version": "1.1.0",
"version": "1.2.0",
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",

@@ -5,0 +5,0 @@ "cordova": {

{
"preferences": {
"tabSize": 4,
"tabSize": 2,
"wordWrap": true,

@@ -5,0 +5,0 @@ "useSoftTabs": true,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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