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

ionic-plugin-keyboard

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-plugin-keyboard - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

2

package.json
{
"name": "ionic-plugin-keyboard",
"version": "2.1.0",
"version": "2.2.0",
"cordova": {

@@ -5,0 +5,0 @@ "id": "ionic-plugin-keyboard",

@@ -11,3 +11,3 @@ Keyboard

- ~~cordova.plugins.Keyboard.hideKeyboardAccessoryBar~~ (**removed in 2.0, see below**)
- cordova.plugins.Keyboard.hideKeyboardAccessoryBar
- cordova.plugins.Keyboard.close

@@ -34,7 +34,5 @@ - cordova.plugins.Keyboard.disableScroll

~~Keyboard.hideKeyboardAccessoryBar~~
Keyboard.hideKeyboardAccessoryBar
=================
**NOTE: This method started causing apps to be rejected from the App Store, so has been removed until a workaround is found.**
Hide the keyboard accessory bar with the next, previous and done buttons.

@@ -41,0 +39,0 @@

@@ -11,4 +11,3 @@

Keyboard.hideKeyboardAccessoryBar = function(hide) {
// exec(null, null, "Keyboard", "hideKeyboardAccessoryBar", [hide]);
console.warn('hideKeyboardAccessoryBar has been removed until a method is found that doesn\'t get rejected from the App Store.')
exec(null, null, "Keyboard", "hideKeyboardAccessoryBar", [hide]);
};

@@ -15,0 +14,0 @@

Sorry, the diff of this file is not supported yet

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