📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@cleveradssolutions/cas.cordova.base

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cleveradssolutions/cas.cordova.base - npm Package Compare versions

Comparing version

to
0.8.0

src/android/CASBannerCallbackWrapper.java

2

package.json
{
"name": "@cleveradssolutions/cas.cordova.base",
"version": "0.7.0",
"version": "0.8.0",
"description": "Cordova plugin for Clever Ads Solutions mediation",

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

@@ -16,4 +16,6 @@ const CAS_Class = "CASCBridge"

* "interstitial": true,
* "banner": "true"
* "returnAds": true
* "banner": true,
* "returnAds": true,
* "consent": true,
* "privacyPolicy": "https://cleveradssolutions.com"
* }

@@ -151,15 +153,2 @@ *

exports.getLastActiveMediation = function (adType, successCallback, errorCallback) {
/**
* Data Format ::
*
* Banner = 0,
* Inter = 1,
* Reward = 2,
*
*/
cordova.exec(successCallback, errorCallback, CAS_Class, "getLastActiveMediation", [adType]);
}
exports.isEnabled = function (adType, successCallback, errorCallback) {

@@ -166,0 +155,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet