
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
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 interact with the SDK through JavaScript.
Instabug is a bug reporting and in-app feedback tool that provides your testers and users with easy “shake to send” feedback from within the app, to report bugs and issues easily. You’ll get attached screenshots, screen recordings, annotations, network logs to help you take insightful decisions. You’ll also receive all the device details, environment snapshots and bug reproduction steps so that you can fix bugs and iterate faster.
For more info, visit Instabug.com.
cordova plugin add instabug-cordova
ionic cordova plugin add instabug-cordova
index.js
file inside onDeviceReady
function:var Instabug = cordova.require('instabug-cordova.Instabug');
var BugReporting = cordova.require('instabug-cordova.BugReporting');
Instabug.start(
'YOUR_CORDOVA_TOKEN',
[BugReporting.invocationEvents.button],
function () {
console.log('Instabug initialized.');
},
function (error) {
console.log('Instabug could not be initialized - ' + error);
}
);
YOUR_CORDOVA_TOKEN
with your application token.:warning: If you're updating the SDK from versions prior to v11, please check our migration guide.
This software is released under the Apache 2.0 License.
© 2022 Instabug. All rights reserved.
12.1.0 (2025-03-03)
v12.1.0
v12.1.0
Instabug.setReproStepsConfig
Instabug.setDebugEnabled
in favour of debugLogsLevel
property of Instabug.init
.Instabug.init
API to start the SDK as follows:
Instabug.init({
token: '<APP_TOKEN>',
invocationEvents: [BugReporting.invocationEvents.button],
debugLogsLevel: ArgsRegistry.logLeve.verbose,
});
FAQs
Cordova plugin for integrating the Instabug SDK.
The npm package instabug-cordova receives a total of 35 weekly downloads. As such, instabug-cordova popularity was classified as not popular.
We found that instabug-cordova demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.