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

expo-image-picker

Package Overview
Dependencies
Maintainers
13
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-image-picker - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

4

build/ExponentImagePicker.web.js
import uuidv4 from 'uuid/v4';
import { MediaTypeOptions, } from './ImagePicker.types';
const MediaTypeInput = {
[MediaTypeOptions.All]: 'video/*,image/*',
[MediaTypeOptions.All]: 'video/mp4,video/quicktime,video/x-m4v,video/*,image/*',
[MediaTypeOptions.Images]: 'image/*',
[MediaTypeOptions.Videos]: 'video/*',
[MediaTypeOptions.Videos]: 'video/mp4,video/quicktime,video/x-m4v,video/*',
};

@@ -8,0 +8,0 @@ export default {

{
"name": "expo-image-picker",
"version": "5.0.0",
"version": "5.0.1",
"description": "Provides access to the system's UI for selecting images and videos from the phone's library or taking a photo with the camera.",

@@ -42,3 +42,3 @@ "main": "build/ImagePicker.js",

},
"gitHead": "9119d190fbbf9f6a7a9c116e068d240e60e441fc"
"gitHead": "428cc6cdfc3b37b2fa801ef66d357fac4576f673"
}

@@ -11,5 +11,5 @@ import uuidv4 from 'uuid/v4';

const MediaTypeInput = {
[MediaTypeOptions.All]: 'video/*,image/*',
[MediaTypeOptions.All]: 'video/mp4,video/quicktime,video/x-m4v,video/*,image/*',
[MediaTypeOptions.Images]: 'image/*',
[MediaTypeOptions.Videos]: 'video/*',
[MediaTypeOptions.Videos]: 'video/mp4,video/quicktime,video/x-m4v,video/*',
};

@@ -16,0 +16,0 @@

Sorry, the diff of this file is not supported yet

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