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

react-uploader

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-uploader - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

54

package.json
{
"name": "react-uploader",
"version": "0.1.0",
"description": "React Uploader",
"main": "lib/index.js",
"version": "0.2.0",
"description": "React wrapper for the 'uploader' NPM package.",
"main": "index.js",
"scripts": {
"test": "make",
"lib": "./node_modules/.bin/gulp",
"build-style": "./node_modules/.bin/webpack --progress --colors --config build-style.config.js",
"dist": "./node_modules/.bin/webpack --progress --colors --config dist.config.js",
"dist.min": "./node_modules/.bin/webpack --progress --colors --optimize-minimize --optimize-occurence-order --optimize-dedupe --config dist.min.config.js",
"build": "npm run lib && npm run dist && npm run dist.min && npm run build-style",
"serve": "./node_modules/.bin/http-server -p 9091",
"dev": "./node_modules/.bin/webpack-dev-server --progress --colors --port 9090 --content-base http://localhost:9091"
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"css-loader": "^0.9.0",
"extract-text-webpack-plugin": "^0.3.5",
"gulp": "^3.8.11",
"gulp-react": "^2.0.0",
"http-server": "^0.7.3",
"jsx-loader": "^0.12.2",
"style-loader": "^0.8.2",
"stylus-loader": "^0.4.0",
"webpack": "^1.4.13",
"webpack-dev-server": "^1.6.6"
},
"dependencies": {
"normalize.css": "^3.0.2",
"object-assign": "^2.0.0",
"react": "^0.12.0",
"react-listview": "^0.1.0",
"react-style-normalizer": "^1.1.3",
"react-upload-field": "^0.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/radubrehar/react-uploader.git"
},
"keywords": [
"upload",
"file",
"file-upload",
"react",
"react-component"
],
"author": "Radu Brehar",
"license": "MIT",
"bugs": {
"url": "https://github.com/radubrehar/react-uploader/issues"
},
"homepage": "https://github.com/radubrehar/react-uploader"
"author": "",
"license": "MIT"
}
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