New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.2 to 1.1.3

2

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

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

@@ -10,2 +10,5 @@ var exec = require('cordova/exec');

},
getPermission: function (successCallback, errorCallback) {
exec(successCallback, errorCallback, 'BootFidelity', 'getPermission', []);
},
getNativePath: function (uri, successCallback, errorCallback) {

@@ -12,0 +15,0 @@ exec(successCallback, errorCallback, 'BootFidelity', 'getNativePath', [uri]);

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc