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
1
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.0.1 to 1.1.0

.DS_Store

4

index.js

@@ -1,3 +0,3 @@

import PinKeyboard from "./PinKeyboard";
import VirtualKeyboard from "./VirtualKeyboard";
export { PinKeyboard };
export { VirtualKeyboard };
{
"name": "react-native-screen-keyboard",
"version": "1.0.1",
"version": "1.1.0",
"description": "On-screen keyboard with customisable keys and tactile / UI feedback 📱",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\""
},

@@ -9,0 +9,0 @@ "repository": {

@@ -20,3 +20,3 @@ # react-native-screen-keyboard

```js
import { PinKeyboard } from 'react-native-screen-keyboard';
import { VirtualKeyboard } from 'react-native-screen-keyboard';
```

@@ -26,3 +26,3 @@

```js
<PinKeyboard
<VirtualKeyboard
onRef={ref => (this.keyboard = ref)}

@@ -29,0 +29,0 @@ keyDown={this.keyDown.bind(this)}

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