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

react-native-picker-actionsheet

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-picker-actionsheet - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

16

package.json
{
"name": "react-native-picker-actionsheet",
"version": "1.1.1",
"version": "1.1.2",
"description": "A picker like ActionSheet component which can be used in iOS & Android . Use Animated . ",

@@ -24,16 +24,2 @@ "main": "src/index.js",

"devDependencies": {
"babel-core": "^6.5.2",
"babel-eslint": "^7.2.3",
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"coveralls": "^2.11.9",
"cz-conventional-changelog": "^1.2.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.0.1",
"inquirer": "^3.0.5",
"jest": "21.2.1",
"jsdom": "^11.3.0",
"jsdom-global": "^3.0.2",
"pre-commit": "^1.1.3",

@@ -40,0 +26,0 @@ "react": "16.0.0-beta.5",

2

src/index.js

@@ -40,3 +40,3 @@ import React from 'react';

)
]).start(()=>this.state.show!==this.props.show?this.setState({show:this.props.show}):null);
]).start(()=>this.setState({show:this.props.show}));
return(

@@ -43,0 +43,0 @@ <View style={[styles.container,{zIndex:this.state.show||this.props.show?100:-100}]}>

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