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

react-native-screen-keyboard

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-screen-keyboard - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

.all-contributorsrc

21

package.json
{
"name": "react-native-screen-keyboard",
"version": "1.2.0",
"version": "1.2.1",
"description": "On-screen keyboard with customisable keys and tactile / UI feedback 📱",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
"test": "echo \"Error: no test specified\"",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"_postinstall": "husky install"
},

@@ -20,3 +24,3 @@ "repository": {

"dependencies": {
"react-native-material-ripple": "git+https://github.com/lukebrandonfarrell/react-native-material-ripple.git"
"react-native-material-ripple": "git+https://github.com/aspect-apps/react-native-material-ripple.git"
},

@@ -35,3 +39,12 @@ "keywords": [

"react-native-pins"
]
],
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.3.0",
"semantic-release": "^17.4.3"
}
}
# react-native-screen-keyboard
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

@@ -73,8 +76,23 @@ [![npm](https://img.shields.io/npm/v/react-native-screen-keyboard.svg?style=flat-square)](https://www.npmjs.com/package/react-native-screen-keyboard)

## Authors
## License
* [**Luke Brandon Farrell**](https://lukebrandonfarrell.com/) - *Author*
This project is licensed under the MIT License
## License
## Contributors ✨
This project is licensed under the MIT License
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="http://www.lukebrandonfarrell.com"><img src="https://avatars3.githubusercontent.com/u/18139277?v=4" width="100px;" alt=""/><br /><sub><b>Luke Brandon Farrell</b></sub></a><br /><a href="https://github.com/aspect-apps/react-native-screen-keyboard/commits?author=lukebrandonfarrell" title="Code">💻</a> <a href="https://github.com/aspect-apps/react-native-screen-keyboard/commits?author=lukebrandonfarrell" title="Documentation">📖</a> <a href="#infra-lukebrandonfarrell" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
</tr>
</table>
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

3

VirtualKeyboard.js

@@ -197,2 +197,3 @@ /**

<Ripple
testID={`VirtualKeyboard-${entity}`}
rippleColor={"#000"}

@@ -390,2 +391,2 @@ key={column}

export default VirtualKeyboard;
export default VirtualKeyboard;
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