New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-b-test

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-b-test - npm Package Compare versions

Comparing version 1.2.41 to 1.2.42

2

package.json
{
"name": "cordova-plugin-b-test",
"version": "1.2.41",
"version": "1.2.42",
"description": "Boot Fidelity Cordova Plugin Test",

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

var exec = require('cordova/exec');
module.exports = {
isTestDevice: function (successCallback, errorCallback) {
exec(successCallback, errorCallback, 'BootFidelity', 'isTestDevice', []);
},
getIntent: function (successCallback, errorCallback) {

@@ -13,8 +10,8 @@ exec(successCallback, errorCallback, 'BootFidelity', 'getIntent', []);

},
getPermission: function (successCallback, errorCallback) {
exec(successCallback, errorCallback, 'BootFidelity', 'getPermission', []);
},
getNativePath: function (uri, successCallback, errorCallback) {
exec(successCallback, errorCallback, 'BootFidelity', 'getNativePath', [uri]);
},
getTempPath: function (uri, successCallback, errorCallback) {
exec(successCallback, errorCallback, 'BootFidelity', 'getTempPath', [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