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 12.5.1 to 12.6.0

2

lib/commonjs/version.js

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

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

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

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

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

@@ -0,1 +1,6 @@

/**
* Collapsible Placement.
* The collapsible placement defines how the expanded region anchors to the banner ad.
*/
export declare type CollapsiblePlacement = 'top' | 'bottom';
export interface ServerSideVerificationOptions {

@@ -43,2 +48,4 @@ /**

[key: string]: string;
} & {
collapsible?: CollapsiblePlacement;
};

@@ -45,0 +52,0 @@ /**

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

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

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

@@ -0,1 +1,7 @@

/**
* Collapsible Placement.
* The collapsible placement defines how the expanded region anchors to the banner ad.
*/
export type CollapsiblePlacement = 'top' | 'bottom';
export interface ServerSideVerificationOptions {

@@ -44,3 +50,3 @@ /**

*/
networkExtras?: { [key: string]: string };
networkExtras?: { [key: string]: string } & { collapsible?: CollapsiblePlacement };

@@ -47,0 +53,0 @@ /**

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