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

expo-ads-admob

Package Overview
Dependencies
Maintainers
27
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 10.0.4 to 10.1.0

2

build/AdMob.d.ts

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

import { PermissionResponse, PermissionStatus, PermissionExpiration } from 'unimodules-permissions-interface';
import { PermissionResponse, PermissionStatus, PermissionExpiration } from 'expo-modules-core';
export { PermissionResponse, PermissionStatus, PermissionExpiration };

@@ -3,0 +3,0 @@ export declare function requestPermissionsAsync(): Promise<PermissionResponse>;

import { UnavailabilityError } from '@unimodules/core';
import { PermissionStatus } from 'expo-modules-core';
import { Platform } from 'react-native';
import { PermissionStatus, } from 'unimodules-permissions-interface';
import ExpoAdsAdMob from './ExpoAdsAdMob';

@@ -5,0 +5,0 @@ export { PermissionStatus };

@@ -11,2 +11,20 @@ # Changelog

### 💡 Others
## 10.1.0 — 2021-06-16
### 🎉 New features
- [plugin] Refactor imports ([#13029](https://github.com/expo/expo/pull/13029) by [@EvanBacon](https://github.com/EvanBacon))
### 🐛 Bug fixes
- Updated `BannerView` on Android to not create a new ad request on every layout change. ([#12599](https://github.com/expo/expo/pull/12599) by [@cruzach](https://github.com/cruzach))
- Enable kotlin in all modules. ([#12716](https://github.com/expo/expo/pull/12716) by [@wschurman](https://github.com/wschurman))
### 💡 Others
- Build Android code using Java 8 to fix Android instrumented test build error. ([#12939](https://github.com/expo/expo/pull/12939) by [@kudo](https://github.com/kudo))
- Migrated from `unimodules-permissions-interface` to `expo-modules-core`. ([#12961](https://github.com/expo/expo/pull/12961) by [@tsapeta](https://github.com/tsapeta))
## 10.0.4 — 2021-04-13

@@ -13,0 +31,0 @@

{
"name": "expo-ads-admob",
"version": "10.0.4",
"version": "10.1.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",

@@ -38,4 +38,4 @@ "main": "build/index.js",

"dependencies": {
"@expo/config-plugins": "^1.0.18",
"unimodules-permissions-interface": "~6.1.0"
"@expo/config-plugins": "^2.0.0",
"expo-modules-core": "~0.1.1"
},

@@ -45,3 +45,3 @@ "devDependencies": {

},
"gitHead": "9c6693e1e8997dd279d408b0f6e6490897713085"
"gitHead": "c80d4c938920c5111e34c2dbca3a6bf500dff0e1"
}

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

import { ConfigPlugin } from '@expo/config-plugins';
import { InfoPlist } from '@expo/config-plugins/build/ios/IosConfig.types';
import { ConfigPlugin, InfoPlist } from '@expo/config-plugins';
import { ExpoConfig } from '@expo/config-types';

@@ -4,0 +3,0 @@ export declare const withAdMobIOS: ConfigPlugin;

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

import { ConfigPlugin, withInfoPlist } from '@expo/config-plugins';
// TODO: export from config-plugins proper
import { InfoPlist } from '@expo/config-plugins/build/ios/IosConfig.types';
import { ConfigPlugin, InfoPlist, withInfoPlist } from '@expo/config-plugins';
import { ExpoConfig } from '@expo/config-types';

@@ -5,0 +3,0 @@

import { UnavailabilityError } from '@unimodules/core';
import { PermissionResponse, PermissionStatus, PermissionExpiration } from 'expo-modules-core';
import { Platform } from 'react-native';
import {
PermissionResponse,
PermissionStatus,
PermissionExpiration,
} from 'unimodules-permissions-interface';

@@ -9,0 +5,0 @@ import ExpoAdsAdMob from './ExpoAdsAdMob';

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