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

react-upload-gallery

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-upload-gallery - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

pwd

5

dist/RUG.js

@@ -382,2 +382,3 @@ "use strict";

value: function openDialogue() {
this.fileInput.current.value = "";
this.fileInput.current.click();

@@ -705,5 +706,3 @@ }

onChange: function onChange(event) {
_this13.uploadFiles(event.target.files);
event.target.value = "";
return _this13.uploadFiles(event.target.files);
}

@@ -710,0 +709,0 @@ })));

2

package.json
{
"name": "react-upload-gallery",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Muhammet INAN",

@@ -71,2 +71,3 @@ # React Upload Gallery

| `ssrSupport` | `Bolean` | `false` | With `true 'you can hide components on the service side. |
| `inOrder` | `Bolean` | `false` | With `true` adding can be done sequentially. |
| `send` | `Object` | `{}` | In addition to the base64 or blob URL data sent with the name `data`, different values can be sent. |

@@ -73,0 +74,0 @@ | `headers` | `Object` | `{}` | The data sent here is added to the `Request Headers`.

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