Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
urbanairship-gimbal-bridge-cordova
Advanced tools
Requirements:
cordova plugin add urbanairship-gimbal-bridge-cordova
<preference name="com.urbanairship.gimbal_api_key" value="Your Gimbal API Key" />
You can also use com.urbanairship.android_gimbal_api_key
and com.urbanairship.ios_gimbal_api_key
if you have one gimbal API key for each platform.
This plugin requires location access for both Android and iOS. Once Gimbal is started, the plugin will prompt the user for permission. By default the plugin starts as soon as the app is opened. You have the option to disable auto-start in favor of calling start manually. This gives you control over when the permission dialog is displayed. To disable auto-start add this preference to the config.xml file:
<preference name="com.urbanairship.gimbal_auto_start" value="false" />
The JavaScript API exposes a start and stop method. To start the plugin via JavaScript do the following:
$ionicPlatform.ready(function(){
window.UAGimbal.start(
function(result){
//Called on success
},
function(error){
//Called on error such as permissions denied
}
);
});
We accept pull requests! If you would like to submit a pull request, please fill out and submit a Code Contribution Agreement.
Please contact support@urbanairship.com for any issues integrating or using this plugin.
FAQs
Urban Airship Cordova Gimbal plugin
We found that urbanairship-gimbal-bridge-cordova demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.