Socket
Socket
Sign inDemoInstall

fleetback-camera-roll-picker

Package Overview
Dependencies
5
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.4 to 2.4.5

5

index.js

@@ -10,5 +10,5 @@ import React, { Component } from 'react';

AppState,
Linking,
} from 'react-native';
import CameraRoll from "@react-native-community/cameraroll";
import OpenAppSettings from 'react-native-app-settings';
import {TextPropTypes} from 'deprecated-react-native-prop-types';

@@ -18,3 +18,2 @@ import PropTypes from 'prop-types';

import Row from './Row';
import ImageItem from './ImageItem';

@@ -227,3 +226,3 @@ const styles = StyleSheet.create({

return (
<Text style={[styles.limitedText, this.props.limitedTextStyle]} onPress={() => OpenAppSettings.open()}>
<Text style={[styles.limitedText, this.props.limitedTextStyle]} onPress={() => Linking.openSettings()}>
{this.props.limitedAccessText}

@@ -230,0 +229,0 @@ </Text>

2

package.json
{
"name": "fleetback-camera-roll-picker",
"description": "A React Native component providing images selection from camera roll ",
"version": "2.4.4",
"version": "2.4.5",
"author": "jeanpan",

@@ -6,0 +6,0 @@ "bugs": {

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