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

expo-ads-facebook

Package Overview
Dependencies
Maintainers
19
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-ads-facebook - npm Package Compare versions

Comparing version 7.0.0 to 8.0.0

2

build/AdSettings.js

@@ -45,5 +45,5 @@ import { NativeModulesProxy } from '@unimodules/core';

setUrlPrefix(urlPrefix) {
CTKAdSettingsManager.setUrlPrefix(urlPrefix);
CTKAdSettingsManager.setUrlPrefix(urlPrefix || null);
},
};
//# sourceMappingURL=AdSettings.js.map

@@ -42,3 +42,3 @@ import nullthrows from 'nullthrows';

this._adOptionsViewContextValue = {
nativeAdViewRef: this._nativeAdViewRef
nativeAdViewRef: this._nativeAdViewRef,
};

@@ -100,16 +100,14 @@ this._adIconViewContextValue = {

let viewHierarchy = (<NativeAdView ref={this._nativeAdViewRef} adsManager={adsManager.placementId} onAdLoaded={this._handleAdLoaded}>
<AdMediaViewContext.Provider value={this._adMediaViewContextValue}>
<AdIconViewContext.Provider value={this._adIconViewContextValue}>
<AdTriggerViewContext.Provider value={this._adTriggerViewContextValue}>
<AdOptionsViewContext.Provider value={this._adOptionsViewContextValue}>
{this.state.ad ? (<Component {...props} nativeAd={this.state.ad}/>) : null}
</AdOptionsViewContext.Provider>
</AdTriggerViewContext.Provider>
</AdIconViewContext.Provider>
</AdMediaViewContext.Provider>
</NativeAdView>);
<AdMediaViewContext.Provider value={this._adMediaViewContextValue}>
<AdIconViewContext.Provider value={this._adIconViewContextValue}>
<AdTriggerViewContext.Provider value={this._adTriggerViewContextValue}>
<AdOptionsViewContext.Provider value={this._adOptionsViewContextValue}>
{this.state.ad ? <Component {...props} nativeAd={this.state.ad}/> : null}
</AdOptionsViewContext.Provider>
</AdTriggerViewContext.Provider>
</AdIconViewContext.Provider>
</AdMediaViewContext.Provider>
</NativeAdView>);
if (NativeAdLayout) {
return (<NativeAdLayout>
{viewHierarchy}
</NativeAdLayout>);
return <NativeAdLayout>{viewHierarchy}</NativeAdLayout>;
}

@@ -116,0 +114,0 @@ return viewHierarchy;

{
"name": "expo-ads-facebook",
"version": "7.0.0",
"version": "8.0.0",
"description": "Facebook Audience SDK integration",

@@ -43,3 +43,3 @@ "main": "build/index.js",

},
"gitHead": "4e13b3cb88d9205f14bee7764038ab2dd9ef1fbd"
"gitHead": "ec7878b9ce54f2537721218ae0fe4017e4004806"
}

@@ -21,3 +21,3 @@ # expo-ads-facebook

```
npm install expo-ads-facebook
expo install expo-ads-facebook
```

@@ -24,0 +24,0 @@

@@ -50,4 +50,4 @@ import { NativeModulesProxy } from '@unimodules/core';

setUrlPrefix(urlPrefix: string): void {
CTKAdSettingsManager.setUrlPrefix(urlPrefix);
CTKAdSettingsManager.setUrlPrefix(urlPrefix || null);
},
};

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