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

instabug-cordova

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instabug-cordova - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "instabug-cordova",
"version": "1.2.1",
"version": "1.2.2",
"description": "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.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -51,3 +51,3 @@ var exec = require('cordova/exec');

if (validatedEvent) {
exec(success, error, 'IBGPlugin', 'activate', [options]);
exec(success, error, 'IBGPlugin', 'activate', [token, event, options]);
} else {

@@ -54,0 +54,0 @@ console.log('Could not activate Instabug - invocation event "' + event + '" is not valid.');

Sorry, the diff of this file is not supported yet

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