Socket
Socket
Sign inDemoInstall

react-native-virtual-keyboard

Package Overview
Dependencies
8
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

8

package.json
{
"name": "react-native-virtual-keyboard",
"version": "1.2.1",
"version": "1.2.2",
"description": "React native's software/virtual numeric keyboard, which can be used instead of Android/iOS ones if it suits your app style better.",

@@ -9,2 +9,6 @@ "main": "./src/VirtualKeyboard.js",

},
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0",
"prop-types": "^15.8.1"
},
"repository": {

@@ -25,2 +29,2 @@ "type": "git",

"homepage": "https://github.com/nshaposhnik/React-Native-Virtual-Keyboard#readme"
}
}

@@ -11,4 +11,4 @@ 'use strict';

Image,
ViewPropTypes
} from 'react-native';
import { ViewPropTypes, TextPropTypes } from 'deprecated-react-native-prop-types';

@@ -32,3 +32,3 @@ import styles from './VirtualKeyboard.style';

cellStyle: ViewPropTypes.style,
textStyle: Text.propTypes.style,
textStyle: TextPropTypes.style,
clearOnLongPress: PropTypes.bool,

@@ -35,0 +35,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc