react-native-screen-keyboard
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"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! |
@@ -197,2 +197,3 @@ /** | ||
<Ripple | ||
testID={`VirtualKeyboard-${entity}`} | ||
rippleColor={"#000"} | ||
@@ -390,2 +391,2 @@ key={column} | ||
export default VirtualKeyboard; | ||
export default VirtualKeyboard; |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
11
371
97
0
18280
7