Socket
Socket
Sign inDemoInstall

@approov/cordova-plugin-advanced-http

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@approov/cordova-plugin-advanced-http - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

package.json
{
"name": "@approov/cordova-plugin-advanced-http",
"version": "3.2.0",
"version": "3.2.1",
"description": "Cordova plugin for communicating with HTTP servers with Approov integration and dynamic SSL pinning",

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

@@ -38,2 +38,3 @@ module.exports = function init(exec, cookieHandler, urlUtil, helpers, globalConfigs, errorCodes, ponyfills) {

approovSetProceedOnNetworkFail: approovSetProceedOnNetworkFail,
approovSetDevKey: approovSetDevKey,
approovSetTokenHeader: approovSetTokenHeader,

@@ -267,2 +268,8 @@ approovSetBindingHeader: approovSetBindingHeader,

function approovSetDevKey(devKey, success, failure) {
exec(success, failure, "CordovaHttpPlugin", "approovSetDevKey", [
devKey,
]);
}
function approovSetTokenHeader(header, prefix, success, failure) {

@@ -269,0 +276,0 @@ exec(success, failure, "CordovaHttpPlugin", "approovSetTokenHeader", [

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