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

index.d.ts

4

compiled.js

@@ -137,5 +137,3 @@ 'use strict';

_this2.setState({ pictures: dataURLs, files: files }, function () {
_this2.props.onChange(_this2.state.files, _this2.state.pictures);
});
_this2.setState({ pictures: dataURLs, files: files });
});

@@ -142,0 +140,0 @@ }

@@ -90,5 +90,3 @@ import React from 'react';

this.setState({pictures: dataURLs, files: files}, () => {
this.props.onChange(this.state.files, this.state.pictures);
});
this.setState({pictures: dataURLs, files: files});
});

@@ -95,0 +93,0 @@ }

{
"name": "react-images-upload",
"version": "1.2.3",
"version": "1.2.4",
"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