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

muba-input-select

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muba-input-select - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dropdown.png

6

InputSelect.js
import React from 'react';
import { View, Image } from 'react-native';
import { strings } from '../locales/i18n';
import { strings } from './locales/i18n';
import OutputText from 'muba-output-text';

@@ -142,3 +142,3 @@ import { commonStyles, inputSelectStyles } from '../styles/CommonStyles';

<this.state.selector />
<Image source={Pictures.dropdown} style={[inputSelectStyles.inputSelectIcon, this.props.inputSelectIconStyle]} />
<Image source={require('./dropdown.png')} style={[inputSelectStyles.inputSelectIcon, this.props.inputSelectIconStyle]} />
</View>

@@ -149,3 +149,3 @@ </View>

<this.state.selector />
<Image source={Pictures.dropdown} style={[inputSelectStyles.inputSelectIcon, this.props.inputSelectIconStyle]} />
<Image source={require('./dropdown.png')} style={[inputSelectStyles.inputSelectIcon, this.props.inputSelectIconStyle]} />
</View>

@@ -152,0 +152,0 @@ }

{
"name": "muba-input-select",
"version": "0.0.2",
"version": "0.0.3",
"description": "Input select",

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

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