Socket
Socket
Sign inDemoInstall

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.2.4 to 1.2.5

5

compiled.js

@@ -306,2 +306,7 @@ 'use strict';

}, {
key: 'clearPictures',
value: function clearPictures() {
this.setState({ pictures: [] });
}
}, {
key: 'render',

@@ -308,0 +313,0 @@ value: function render() {

4

index.js

@@ -206,2 +206,6 @@ import React from 'react';

clearPictures() {
this.setState({pictures: []})
}
render() {

@@ -208,0 +212,0 @@ return (

2

package.json
{
"name": "react-images-upload",
"version": "1.2.4",
"version": "1.2.5",
"private": false,

@@ -5,0 +5,0 @@ "main": "compiled.js",

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