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

react-images-upload

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-images-upload - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

index.js

2

package.json
{
"name": "react-images-upload",
"version": "1.0.2",
"version": "1.1.0",
"private": false,

@@ -5,0 +5,0 @@ "repository": {

@@ -34,8 +34,8 @@ # Images uploader UI component

<ImageUploader
withIcon: true
buttonText: 'Choose images'
onChange={this.onDrop}
imgExtension: ['.jpg', '.gif', '.png', '.gif']
maxFileSize: 5242880
/>
withIcon={true}
buttonText='Choose images'
onChange={this.onDrop}
imgExtension={['.jpg', '.gif', '.png', '.gif']}
maxFileSize={5242880}
/>
);

@@ -42,0 +42,0 @@ }

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