
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
cordova-plugin-android-cordova-log-adapter
Advanced tools
Cordova/Phonegap plugin to migrate any code which uses android.util.Log to org.apache.cordova.LOG in a Cordova Android platform project.
If your Cordova project contains plugins/libraries which reference both android.util.Log
and org.apache.cordova.LOG
, only the second one will integrate well with the Cordova Android platform logging system.
This plugin provides a shim to migrate references to android.util.Log
to org.apache.cordova.LOG
in a Cordova Android platform project.
The plugin uses a hook script to replace any android.util.Log
references:
org.apache.cordova.LOG
.This plugin requires a minimum of cordova-android@6
.
$ cordova plugin add cordova-plugin-android-cordova-log-adapter
IMPORTANT: This plugin relies on a Cordova hook script so will not work in Cloud Build environments such as Phonegap Build which do not support Cordova hook scripts.
Once the plugin is installed it will run on each after_prepare
hook in the Cordova build lifecycle, scanning and migrating any references to android.util.Log
in the Java source code.
Note: this plugin operates only during the build process and contains no code which is bundled with or executed inside of the resulting Android app produced by the Cordova build process.
Inspired by cordova-plugin-androidx-adapter.
The MIT License
Copyright (c) 2019 Dave Alden / Working Edge Ltd.
Copyright (c) 2020 ns0m
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Cordova/Phonegap plugin to migrate any code which uses android.util.Log to org.apache.cordova.LOG in a Cordova Android platform project.
The npm package cordova-plugin-android-cordova-log-adapter receives a total of 0 weekly downloads. As such, cordova-plugin-android-cordova-log-adapter popularity was classified as not popular.
We found that cordova-plugin-android-cordova-log-adapter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.