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

expo-ads-admob

Package Overview
Dependencies
Maintainers
17
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-ads-admob - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

unimodule.json

2

build/AdMobBanner.js

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

import { requireNativeViewManager } from 'expo-core';
import { requireNativeViewManager } from '@unimodules/core';
import PropTypes from 'prop-types';

@@ -3,0 +3,0 @@ import * as React from 'react';

@@ -1,3 +0,3 @@

import { EventEmitter } from 'expo-core';
import { UnavailabilityError } from 'expo-errors';
import { EventEmitter } from '@unimodules/core';
import { UnavailabilityError } from '@unimodules/core';
import AdMobNativeModule from './ExpoAdsAdMobInterstitialManager';

@@ -4,0 +4,0 @@ const moduleName = 'AdMobInterstitial';

@@ -1,3 +0,3 @@

import { EventEmitter } from 'expo-core';
import { UnavailabilityError } from 'expo-errors';
import { EventEmitter } from '@unimodules/core';
import { UnavailabilityError } from '@unimodules/core';
import AdMobNativeModule from './ExpoAdsAdMobRewardedVideoAdManager';

@@ -4,0 +4,0 @@ const moduleName = 'AdMobRewarded';

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExpoAdsAdMobInterstitialManager;
//# sourceMappingURL=ExpoAdsAdMobInterstitialManager.js.map

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExpoAdsAdMobRewardedVideoAdManager;
//# sourceMappingURL=ExpoAdsAdMobRewardedVideoAdManager.js.map

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

import { requireNativeViewManager } from 'expo-core';
import { requireNativeViewManager } from '@unimodules/core';
import PropTypes from 'prop-types';

@@ -3,0 +3,0 @@ import * as React from 'react';

{
"name": "expo-ads-admob",
"version": "3.0.0",
"description": "Provides support for the Google AdMob SDK (https://www.google.com/admob/) for mobile advertising. This module is largely based of the react-native-admob (https://github.com/sbugert/rea ct-native-admob) module, as the documentation and questions surrounding that module may prove helpful. A simple example implementing AdMob SDK can be found at https://github.com/deadcoder0904/expo-goo gle-admob",
"version": "4.0.0",
"description": "Provides support for the Google AdMob SDK (https://www.google.com/admob/) for mobile advertising. This module is largely based of the react-native-admob (https://github.com/sbugert/react-native-admob) module, as the documentation and questions surrounding that module may prove helpful. A simple example implementing AdMob SDK can be found at https://github.com/deadcoder0904/expo-google-admob",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -35,3 +36,3 @@ "build": "expo-module build",

"unimodulePeerDependencies": {
"expo-core": "*"
"@unimodules/core": "*"
},

@@ -44,3 +45,3 @@ "dependencies": {

},
"gitHead": "f15abc53c111bd0438cd36dc456c59cfa7c56a58"
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a"
}
# expo-ads-admob
Provides support for the Google AdMob SDK (https://www.google.com/admob/) for mobile advertising. This module is largely based of the react-native-admob (https://github.com/sbugert/rea ct-native-admob) module, as the documentation and questions surrounding that module may prove helpful. A simple example implementing AdMob SDK can be found at https://github.com/deadcoder0904/expo-goo gle-admob
Provides support for the Google AdMob SDK (https://www.google.com/admob/) for mobile advertising. This module is largely based of the react-native-admob (https://github.com/sbugert/react-native-admob) module, as the documentation and questions surrounding that module may prove helpful. A simple example implementing AdMob SDK can be found at https://github.com/deadcoder0904/expo-google-admob.

@@ -46,3 +46,3 @@ # API documentation

```java
import expo.modules.expo.modules.ads.admob.AdMobPackage;
import expo.modules.ads.admob.AdMobPackage;
```

@@ -49,0 +49,0 @@ ```java

@@ -1,3 +0,3 @@

import { EventEmitter, Subscription } from 'expo-core';
import { UnavailabilityError } from 'expo-errors';
import { EventEmitter, Subscription } from '@unimodules/core';
import { UnavailabilityError } from '@unimodules/core';

@@ -4,0 +4,0 @@ import AdMobNativeModule from './ExpoAdsAdMobInterstitialManager';

@@ -1,3 +0,3 @@

import { EventEmitter, Subscription } from 'expo-core';
import { UnavailabilityError } from 'expo-errors';
import { EventEmitter, Subscription } from '@unimodules/core';
import { UnavailabilityError } from '@unimodules/core';

@@ -4,0 +4,0 @@ import AdMobNativeModule from './ExpoAdsAdMobRewardedVideoAdManager';

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExpoAdsAdMobInterstitialManager;

@@ -1,3 +0,3 @@

import { NativeModulesProxy } from 'expo-core';
import { NativeModulesProxy } from '@unimodules/core';
export default NativeModulesProxy.ExpoAdsAdMobRewardedVideoAdManager;

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

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

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

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

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