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

com-artemisoftnian-plugins-unityads3

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com-artemisoftnian-plugins-unityads3 - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

before_platform_add.js

11

afterPrepareScript.js
const child_process = require("child_process");
const fs = require("fs");
const path = require("path");
const platformPath = "platforms/ios/";
const platformPath = "/platforms/ios/";

@@ -11,5 +11,7 @@

return new Promise((resolve, reject) => {
console.log(" MOVING TO: ", path.join(ctx.opts.projectRoot, platformPath) )
return new Promise((resolve, reject) => {
console.log("Running manual pod update");
child_process.exec("pod update", { cwd: path.join(ctx.opts.projectRoot, platformPath) }, (err, stdout, stderr) => {
child_process.exec("pod update --verbose", { cwd: path.join(ctx.opts.projectRoot, platformPath) }, (err, stdout, stderr) => {
if (err)

@@ -25,2 +27,5 @@ {

else {
if (stdout)
console.log(stdout);
console.log("Pod update sucess - lets get ready to rumble!");

@@ -27,0 +32,0 @@ resolve();

@@ -5,2 +5,8 @@ # Changelog

## [4.4.1] - 2022-10-9
- Updated to UnityAds SDK 4.4.1
- cordova-plugin-add-swift-support depencency removed.
- iOS build problem its fix for real (Please!!!), wasn't my fault at the end, was UnityAds SDK after all
- UnityAds SDK android part, fixed some errors problaly causing Crashes on apps
## [4.4.0] - 2022-9-7

@@ -7,0 +13,0 @@ - Updated to UnityAds SDK 4.4.0

{
"name": "com-artemisoftnian-plugins-unityads3",
"version": "4.4.0",
"version": "4.4.1",
"description": "Monetize your cordova application using the UnityAds 4 API",

@@ -22,2 +22,4 @@ "homepage": "https://artemisoftnian.github.io/unityads-cordova-docs",

"ad",
"ionic",
"capacitor",
"ecosystem:cordova",

@@ -24,0 +26,0 @@ "cordova-android",

@@ -37,8 +37,9 @@ > [I NEED YOUR HELP](#donations) During the first weekend of september (Saturday, September 3rd 2022, just to document it), a thunderstorm burn my development PC. Every File on it its safe, but the mainboard god fried and Unusable. Please help me with a donation to get a new development PC, so I can continue updating this project and other's, as soon as posible. I will be very greatfull.

## WHAT'S NEW IN THIS VERSION (4.4.0)
## WHAT'S NEW IN THIS VERSION (4.4.1)
- Updated to UnityAds SDK 4.4.0
- Fix Bug that cause Interstitial and Rewarded Videos Not showing after The New UnityAds System was released. Or it was all my fault?.. I will never know! Hey don't look at me that way, I'll have to blame some one, or not!
- Added a new step to the AfterPrepareScript in case iOS build fail adding Pod file. (Hope this works for you... At least for me does...)
- Updated to UnityAds SDK 4.4.1
- cordova-plugin-add-swift-support depencency removed.
- iOS build problem its fix for real (Please!!!), wasn't my fault at the end, was UnityAds SDK after all
- UnityAds SDK android part, fixed some errors problaly causing Crashes on apps

@@ -45,0 +46,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

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