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

2

index.js

@@ -214,3 +214,3 @@ import React from 'react';

ReactImageUploadComponent.propTypes = {
style: PropTypes.string,
style: PropTypes.object,
className: PropTypes.string,

@@ -217,0 +217,0 @@ onChange: PropTypes.func,

{
"name": "react-images-upload",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/baaraak/react-image-upload.git"
"type": "git",
"url": "git://github.com/jakehartnell/react-image-upload.git"
},
"dependencies": {
"react": "^15.6.1",
"react-flip-move": "^2.9.14"
"react": "^16.20.0",
"react-flip-move": "^3.0.1"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
"npm_transpile": "SET NODE_ENV=production& babel src/component --out-dir dist"
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
"npm_transpile": "SET NODE_ENV=production& babel src/component --out-dir dist"
}
}
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