Socket
Socket
Sign inDemoInstall

instabug-cordova

Package Overview
Dependencies
0
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.0.0 to 11.0.1

6

CHANGELOG.md

@@ -0,1 +1,6 @@

## v11.0.1 (2022-08-24)
* Fixes ArgsRegistry import on iOS
* Fixes a typo in Instabug.setPrimaryColor causing the API not to work
## v11.0.0 (2022-07-07)

@@ -24,3 +29,2 @@

## v9.1.7 (2021-05-11)

@@ -27,0 +31,0 @@

31

package.json
{
"name": "instabug-cordova",
"version": "11.0.0",
"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.",
"description": "Cordova plugin for integrating the Instabug SDK.",
"version": "11.0.1",
"author": "Instabug (https://instabug.com)",
"repository": "github:Instabug/Instabug-Cordova",
"homepage": "https://www.instabug.com/platforms/cordova",
"bugs": "https://github.com/Instabug/Instabug-Cordova/issues",
"license": "Apache 2.0 License",
"main": "www/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Instabug/instabug-cordova"
},
"author": "Instabug <https://instabug.com>",
"license": "Apache 2.0 License",
"bugs": {
"url": "https://github.com/Instabug/instabug-cordova/issues"
},
"dependencies": {},
"homepage": "https://github.com/Instabug/instabug-cordova#readme"
"keywords": [
"ecosystem:cordova",
"cordova",
"cordova-android",
"cordova-ios",
"instabug",
"debugging",
"errors",
"exceptions",
"logging"
]
}

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

Instabug.setPrimaryColor = function (color, success, error) {
exec(success, error, 'IBGPlugin', 'setPrimaryColor', [colorInteger]);
exec(success, error, 'IBGPlugin', 'setPrimaryColor', [color]);
};

@@ -110,0 +110,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc