You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

instabug-reactnative

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instabug-reactnative - npm Package Compare versions

Comparing version

to
1.1.1

@@ -712,2 +712,22 @@ import {NativeModules, NativeAppEventEmitter, Platform} from "react-native";

/**
* Enables all Instabug functionality
* It works on android only
*/
enable: function () {
if (Platform.OS === 'android') {
Instabug.enable();
}
},
/**
* Disables all Instabug functionality
* It works on android only
*/
disable: function () {
if (Platform.OS === 'android') {
Instabug.disable();
}
},
/**
* The event used to invoke the feedback form

@@ -714,0 +734,0 @@ * @readonly

{
"name": "instabug-reactnative",
"version": "1.1.0",
"version": "1.1.1",
"description": "React Native plugin for integrating the Instabug SDK",

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