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.3 to 2.4.4

2

ImageItem.js

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

totalSeconds = Math.round(totalSeconds);
const hours = Math.floor(totalSeconds / 3600);

@@ -82,0 +84,0 @@ const minutes = Math.floor(totalSeconds / 60) % 60;

2

package.json
{
"name": "fleetback-camera-roll-picker",
"description": "A React Native component providing images selection from camera roll ",
"version": "2.4.3",
"version": "2.4.4",
"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