Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
instabug-cordova
Advanced tools
The purpose of this plugin is to simplify the process of integrating the Instabug SDK in a hybrid application, as well as to provide an interface to interfacing with the SDK through JavaScript.
The purpose of this plugin is to simplify the process of integrating the Instabug SDK in a hybrid application, as well as to provide an interface to interfacing with the SDK through JavaScript.
Currently, this plugin can only be installed via the Command-Line Interface.
cordova plugin add https://github.com/Instabug/instabug-cordova
or
npm install instabug-cordova
To initialize Instabug in your app, you need to do the following:
Change the name of the application class in your manifest file to android:name="com.instabug.cordova.plugin.MyApplication"
. You only need to add your app token in the MyApplication class, by replacing YOUR_ANDROID_TOKEN
. You can find this class under this path YourProjectName/plugins/com.instabug.cordova.plugin/src/android/MyApplication.java
You can change the invocation event by changing this line InstabugInvocationEvent.FLOATING_BUTTON
in the MyApplication class to any of the following:
InstabugInvocationEvent.SHAKE
, InstabugInvocationEvent.SCREENSHOT_GESTURE
, InstabugInvocationEvent.TWO_FINGER_SWIPE_LEFT
, or InstabugInvocationEvent.NONE
.
You can initialize the SDK by using this method in your JS class
cordova.plugins.instabug.activate(
{
ios: 'MY_IOS_TOKEN'
},
'shake',
function () {
console.log('Instabug initialized.');
},
function (error) {
console.log('Instabug could not be initialized - ' + error);
}
);
You can change the invocation event with any of the following: 'button'
, 'screenshot'
, 'swipe'
, or 'shake'
.
This software is released under the Apache 2.0 License.
© 2016 Instabug. All rights reserved.
FAQs
Cordova plugin for integrating the Instabug SDK.
The npm package instabug-cordova receives a total of 113 weekly downloads. As such, instabug-cordova popularity was classified as not popular.
We found that instabug-cordova demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.