Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@totalpave/cordova-plugin-libcxx
Advanced tools
Cordova plugin that supplies the libc++ shared libraries for native dependencies
This plugin is intended to be used as a peer dependency, for android cordova plugins that includes or uses C++ libraries.
There must be exactly one copy of the libc++_shared.so
in the application, otherwise undefined behaviour may occur. For this reason, plugins cannot provide their own copy of the native library, and is why this plugin exists.
This plugin includes a prebuilt android archive that includes the libc++_shared.so
library for the following architectures:
The libc++_shared.so
files was taken from the NDK installation and is taken as is, without modification. The NDK version will be found inside the filename, etc libcxx-<version>.aar
TBD
Applications should not install this package themselves. It is intended to be a dependency of other cordova plugins, that needs to have a single copy of the libc++ shared library.
Include <dependency id="@totalpave/cordova-plugin-libcxx" version="0.x" />
Note: Specifying exact versions is not recommended because it may limit capability of other third-party plugins that also depend on this package.
The binary is compiled with API 24, therefore the application min SDK must be 24 or later.
This plugin is provided under the Apache 2.0 license. The native binaries provided in the libcxx AAR file is provided under their own respective licenses.
To update this package, pull the AAR file from android-libcxx-bin repository.
To build a new libcxx archive, see android-libcxx repository.
FAQs
Cordova plugin that supplies the libc++ shared libraries for native dependencies
The npm package @totalpave/cordova-plugin-libcxx receives a total of 4 weekly downloads. As such, @totalpave/cordova-plugin-libcxx popularity was classified as not popular.
We found that @totalpave/cordova-plugin-libcxx 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.