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

@capacitor/keyboard

Package Overview
Dependencies
Maintainers
9
Versions
634
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/keyboard - npm Package Compare versions

Comparing version 0.5.3 to 0.5.5

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## [0.5.5](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@0.5.4...@capacitor/keyboard@0.5.5) (2021-03-02)
**Note:** Version bump only for package @capacitor/keyboard
## [0.5.4](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@0.5.3...@capacitor/keyboard@0.5.4) (2021-02-27)
**Note:** Version bump only for package @capacitor/keyboard
## [0.5.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/keyboard@0.5.2...@capacitor/keyboard@0.5.3) (2021-02-10)

@@ -8,0 +24,0 @@

2

dist/plugin.cjs.js

@@ -8,2 +8,3 @@ 'use strict';

/// <reference types="@capacitor/cli" />
exports.KeyboardStyle = void 0;
(function (KeyboardStyle) {

@@ -23,2 +24,3 @@ /**

})(exports.KeyboardStyle || (exports.KeyboardStyle = {}));
exports.KeyboardResize = void 0;
(function (KeyboardResize) {

@@ -25,0 +27,0 @@ /**

@@ -5,2 +5,3 @@ var capacitorKeyboard = (function (exports, core) {

/// <reference types="@capacitor/cli" />
exports.KeyboardStyle = void 0;
(function (KeyboardStyle) {

@@ -20,2 +21,3 @@ /**

})(exports.KeyboardStyle || (exports.KeyboardStyle = {}));
exports.KeyboardResize = void 0;
(function (KeyboardResize) {

@@ -22,0 +24,0 @@ /**

16

package.json
{
"name": "@capacitor/keyboard",
"version": "0.5.3",
"version": "0.5.5",
"description": "The Keyboard API provides keyboard display and visibility control, along with event tracking when the keyboard shows and hides.",

@@ -47,7 +47,7 @@ "main": "dist/plugin.cjs.js",

"devDependencies": {
"@capacitor/android": "^3.0.0-beta.2",
"@capacitor/cli": "^3.0.0-beta.2",
"@capacitor/core": "^3.0.0-beta.2",
"@capacitor/android": "3.0.0-beta.6",
"@capacitor/cli": "3.0.0-beta.6",
"@capacitor/core": "3.0.0-beta.6",
"@capacitor/docgen": "0.0.15",
"@capacitor/ios": "^3.0.0-beta.2",
"@capacitor/ios": "3.0.0-beta.6",
"@ionic/eslint-config": "^0.3.0",

@@ -62,6 +62,6 @@ "@ionic/prettier-config": "~1.0.1",

"swiftlint": "^1.0.1",
"typescript": "~4.0.3"
"typescript": "~4.1.5"
},
"peerDependencies": {
"@capacitor/core": "^3.0.0-beta.2"
"@capacitor/core": "^3.0.0-beta.6"
},

@@ -84,3 +84,3 @@ "prettier": "@ionic/prettier-config",

},
"gitHead": "91779a842eb14903c48c5309b899cd059115b55f"
"gitHead": "c704ab6c24723c3f46aac07bc949aac00ca631cd"
}

@@ -47,3 +47,3 @@ # @capacitor/keyboard

{
"pluginsConfig": {
"plugins": {
"Keyboard": {

@@ -50,0 +50,0 @@ "resize": "body",

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