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

cordova-plugin-b

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-b - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

2

package.json
{
"name": "cordova-plugin-b",
"version": "1.0.2",
"version": "1.1.0",
"description": "Boot Fidelity Cordova Plugin",

@@ -5,0 +5,0 @@ "homepage": "https://www.bluefidelity.com/",

var exec = require('cordova/exec');
module.exports = {
getCordovaIntent: function (successCallback, errorCallback) {
exec(successCallback, errorCallback, 'BootFidelity', 'getCordovaIntent', []);
getIntent: function (successCallback, errorCallback) {
exec(successCallback, errorCallback, 'BootFidelity', 'getIntent', []);
},
setNewIntentHandler: function (method) {
exec(method, null, 'BootFidelity', 'setNewIntentHandler', [method]);
setHandleIntent: function (method) {
exec(method, null, 'BootFidelity', 'setHandleIntent', [method]);
},
getRealPathFromContentUrl: function (uri, successCallback, errorCallback) {
exec(successCallback, errorCallback, 'BootFidelity', 'getRealPathFromContentUrl', [uri]);
getNativePath: function (uri, successCallback, errorCallback) {
exec(successCallback, errorCallback, 'BootFidelity', 'getNativePath', [uri]);
}
};

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