instabug-cordova
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62785097