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.2.0 to 2.2.1

2

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

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

@@ -89,3 +89,3 @@ Keyboard

This event fires when the keyboard will be shown
This event fires when the keyboard will be shown or when the keyboard frame resizes (when switching between keyboards for example)

@@ -92,0 +92,0 @@ window.addEventListener('native.keyboardshow', keyboardShowHandler);

@@ -15,3 +15,3 @@

Keyboard.close = function() {
Keyboard.close = function() {
exec(null, null, "Keyboard", "close", []);

@@ -18,0 +18,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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc