
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@mendix/mendix-hybrid-app-base
Advanced tools
This repository contains the core files needed to build a Phonegap package for your Mendix application. It consists of two main parts:
You should not use this package directly. Instead, refer to the Mendix PhoneGap / Cordova hybrid app template for instructions on how to customize and build your Mendix hybrid mobile app.
This project can be used to create a templated Phonegap Build package, as used within the Mobile Publish flow of the Mendix Portal.
Node.js. This code was tested with version 20. You can check by running node -v.
Node.js: brew install nodesudo apt-get install nodeNone in Studio Pro.config.xml should not be changed to any value other than app for iOS.$ npm install # install dependencies
$ npm run appbase # create templated PGB package in `dist`
Mendix hybrid apps include a number of plugins by default. These plugins have been created by the Cordova/Phonegap community. For some of these plugins, we have created Mendix-specific forks. The reason for creating a fork varies per plugin. The list below outlines the details per forked plugin.
We implemented XHR request handling using native code, while keeping support for cookies.
We included the SQLite native libraries.
We added support for cordova-android 7+.
We unpinned the version of the Android support v13 library.
We added support for Android 10
We have fixed nested path creation problem for Android.
FAQs
Mendix PhoneGap Build base package
The npm package @mendix/mendix-hybrid-app-base receives a total of 7 weekly downloads. As such, @mendix/mendix-hybrid-app-base popularity was classified as not popular.
We found that @mendix/mendix-hybrid-app-base demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.