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

@codesthings/nativescript-soft-keyboard

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codesthings/nativescript-soft-keyboard - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

17

package.json
{
"name": "@codesthings/nativescript-soft-keyboard",
"version": "2.0.3",
"version": "2.0.4",
"description": "Detect soft keyboard Height",

@@ -9,4 +9,4 @@ "main": "index.js",

"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
"ios": "7.0.0",
"android": "7.0.0"
}

@@ -16,3 +16,3 @@ },

"type": "git",
"url": "https://github.com/liuy97/nativescript-soft-keyboard.git"
"url": "https://github.com/jamescodesthings/nativescript-soft-keyboard"
},

@@ -32,4 +32,11 @@ "keywords": [

},
"contributors": [
{
"name": "James Macmillan",
"email": "jamescodesthings@gmail.com",
"url": "https://github.com/jamescodesthings/"
}
],
"bugs": {
"url": "https://github.com/liuy97/nativescript-soft-keyboard/issues"
"url": "https://github.com/jamescodesthings/nativescript-soft-keyboard/issues"
},

@@ -36,0 +43,0 @@ "license": "Apache-2.0",

@@ -0,1 +1,11 @@

# History
Forked from `https://github.com/liuy97/nativescript-soft-keyboard`
## Changes
- Inlined the AAR dependency for `keyboardheightprovider` due to bintray sunset.
- Original source here: https://github.com/Crysis21/KeyboardHeightProvider
- Scoped to my npm org & bumped.
# Nativescript soft-keyboard

@@ -6,2 +16,3 @@

## Break changes
nativescript-soft-keyboard@2 for Nativescript@7

@@ -18,13 +29,12 @@

## Usage
```javascript
registerSoftKeyboardCallback((h) => console.log(h))
registerSoftKeyboardCallback((h) => console.log(h));
```
## API
| function | parameter | Description |
| --- | --- | --- |
| registerSoftKeyboardCallback | callback | register a callback for new height of soft keyboard |
| function | parameter | Description |
| ---------------------------- | --------- | --------------------------------------------------- |
| registerSoftKeyboardCallback | callback | register a callback for new height of soft keyboard |

@@ -31,0 +41,0 @@ ## License

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