FBNitro
FBNitro
**Describe the bug** ``` [ moderate ] Regular Expression Denial of Service in postcss vulnerable versions postcss-filter-plugins>postcss - dependencies: typescript-plugin-css-modules>postcss-icss-keyframes>postcss - dependencies: typescript-plugin-css-modules>postcss-icss-keyframes>icss-utils>postcss - dependencies: typescript-plugin-css-modules>postcss-icss-selectors>postcss - dependencies: typescript-plugin-css-modules>postcss-icss-selectors>icss-utils>postcss ```...
Both esdoc and esdoc-publish-html-plugin depend on 'marked', which has a security warning in the npm audit report. Please upgrade to >=0.6.2 of marked to resolve this audit failure. See: https://nodesecurity.io/advisories/812...
# Feature Request Option to disable the Android hardware back button functionality. ## Motivation Behind Feature I have an app in which I have disabled the back button. I use...
Would be nice to have a flag or individual options to not add the build number for specific operating systems to config.xml. For example, I currently don't use the android-versionCode,...
``` cordova.define("cordova-plugin-customurlscheme.LaunchMyApp", function(require, exports, module) { (function () { function activatedHandler(e) { if (typeof handleOpenURL === "function" && e.uri) { handleOpenURL(e.uri.rawUri); } }; document.addEventListener("activated", activatedHandler, false); }()); }); ``` I've...
### Issue Description Upgraded from 0.9.0 to 0.10.1, after doing so I started getting exceptions at startup on Windows 10 Desktop. ``` cordova.define("cordova-plugin-ms-adal.ADAL3Compat", function(require, exports, module) { // Copyright (c)...