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

react-native-wheel

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-wheel - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

18

index.js

@@ -11,8 +11,4 @@ var React = require('react-native');

isLoop: PropTypes.bool,
initPosition: PropTypes.number,
selectedIndex: PropTypes.number,
textSize: PropTypes.number,
previous: PropTypes.func,
next: PropTypes.func,
getSelectedItem: PropTypes.func,
getSelectedIndex: PropTypes.func,
},

@@ -29,14 +25,2 @@ };

}
if(this.props.previous){
this.props.previous();
}
if(this.props.next){
this.props.next();
}
if(this.props.getSelectedItem){
this.props.getSelectedItem();
}
if(this.props.getSelectedIndex){
this.props.getSelectedIndex();
}
},

@@ -43,0 +27,0 @@ render(){

2

package.json
{
"name": "react-native-wheel",
"version": "1.0.3",
"version": "1.0.4",
"description": "android wheel view for react-native",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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