New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-arm-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-arm-dropdown - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

index.js
import DropDown from './src/index';
module.exports = DropDown;
module.exports = DropDown;
{
"name": "react-native-arm-dropdown",
"version": "0.0.3",
"version": "0.0.4",
"description": "DropDown for React-Native",

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

@@ -206,2 +206,2 @@ import React, { Component } from 'react';

}
};
};
import React from 'react';
import { View, Text, TouchableOpacity } from 'react-native';
import { View, Text, TouchableOpacity, Platform } from 'react-native';
import DropDown from './index';

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

activeOpacity={1}
style={props.item}
style={[props.item, (Platform.OS === 'ios')?({height: 25}):(null)]}
onPress={()=>{

@@ -52,2 +52,2 @@ props.onChange(props.id, props.title, props.drop);

export default Item;
export default Item;

@@ -59,2 +59,2 @@ import { StyleSheet } from 'react-native';

export default styles;
export default styles;

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