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

@totalpave/cordova-plugin-libcxx

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@totalpave/cordova-plugin-libcxx

Cordova plugin that supplies the libc++ shared libraries for native dependencies

  • 25.0.8775105
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
3
Weekly downloads
 
Created
Source

Cordova LibCXX Plugin

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:

  • arm64-v8a
  • armeabi-v7a
  • x86
  • x86_64

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

Version Schema

TBD

Usage

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.

Android Notes

The binary is compiled with API 24, therefore the application min SDK must be 24 or later.

License

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.

Total Pave Committers

To update this package, pull the AAR file from android-libcxx-bin repository.

To build a new libcxx archive, see android-libcxx repository.

FAQs

Package last updated on 01 Mar 2023

Did you know?

Socket

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.

Install

Related posts

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