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

react-native-google-mobile-ads

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-google-mobile-ads - npm Package Compare versions

Comparing version 11.4.1 to 11.5.0

lib/commonjs/AdsConsentPrivacyOptionsRequirementStatus.js

2

lib/commonjs/version.js

@@ -8,4 +8,4 @@ "use strict";

// Generated by genversion.
const version = '11.4.1';
const version = '11.5.0';
exports.version = version;
//# sourceMappingURL=version.js.map
// Generated by genversion.
export const version = '11.4.1';
export const version = '11.5.0';
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const SDK_VERSION = "11.4.1";
export declare const SDK_VERSION = "11.5.0";
export { default, MobileAds } from './MobileAds';

@@ -3,0 +3,0 @@ export { AdsConsentDebugGeography } from './AdsConsentDebugGeography';

import { TCModel } from '@iabtcf/core';
import { AdsConsentDebugGeography } from '../AdsConsentDebugGeography';
import { AdsConsentStatus } from '../AdsConsentStatus';
import { AdsConsentPrivacyOptionsRequirementStatus } from '../AdsConsentPrivacyOptionsRequirementStatus';
/**

@@ -158,2 +159,10 @@ * Under the Google [EU User Consent Policy](https://www.google.com/about/company/consentstaging.html), you must make certain disclosures to your users in the European Economic Area (EEA)

/**
* Indicates whether the app has completed the necessary steps for gathering updated user consent.
*/
canRequestAds: boolean;
/**
* Privacy options requirement status.
*/
privacyOptionsRequirementStatus: AdsConsentPrivacyOptionsRequirementStatus;
/**
* If `true` a consent form is available.

@@ -160,0 +169,0 @@ */

@@ -1,2 +0,2 @@

export declare const version = "11.4.1";
export declare const version = "11.5.0";
//# sourceMappingURL=version.d.ts.map
{
"name": "react-native-google-mobile-ads",
"version": "11.4.1",
"version": "11.5.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",

@@ -45,3 +45,3 @@ "description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.",

"googleMobileAds": "10.8.0",
"googleUmp": "2.0.1"
"googleUmp": "2.1.0"
},

@@ -54,3 +54,3 @@ "android": {

"googleMobileAds": "22.2.0",
"googleUmp": "2.0.0"
"googleUmp": "2.1.0"
}

@@ -57,0 +57,0 @@ },

import { TCModel } from '@iabtcf/core';
import { AdsConsentDebugGeography } from '../AdsConsentDebugGeography';
import { AdsConsentStatus } from '../AdsConsentStatus';
import { AdsConsentPrivacyOptionsRequirementStatus } from '../AdsConsentPrivacyOptionsRequirementStatus';

@@ -171,2 +172,12 @@ /**

/**
* Indicates whether the app has completed the necessary steps for gathering updated user consent.
*/
canRequestAds: boolean;
/**
* Privacy options requirement status.
*/
privacyOptionsRequirementStatus: AdsConsentPrivacyOptionsRequirementStatus;
/**
* If `true` a consent form is available.

@@ -173,0 +184,0 @@ */

// Generated by genversion.
export const version = '11.4.1';
export const version = '11.5.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

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