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

rc-upload

Package Overview
Dependencies
Maintainers
3
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-upload - npm Package Compare versions

Comparing version 1.6.7-beta to 1.7.0

lib/AjaxUploader.js

5

HISTORY.md

@@ -0,1 +1,6 @@

### 1.7.0 2015-10-27
- react 0.14 support
- remove superagent
### 1.6.6 2015-09-29

@@ -2,0 +7,0 @@

17

package.json
{
"name": "rc-upload",
"version": "1.6.7-beta",
"version": "1.7.0",
"description": "upload ui component for react",

@@ -40,3 +40,4 @@ "keywords": [

"browser-test": "node --harmony node_modules/.bin/rc-tools run browser-test",
"browser-test-cover": "node --harmony node_modules/.bin/rc-tools run browser-test-cover"
"browser-test-cover": "node --harmony node_modules/.bin/rc-tools run browser-test-cover",
"validate": ""
},

@@ -46,13 +47,15 @@ "devDependencies": {

"expect.js": "0.3.x",
"precommit-hook": "1.x",
"precommit-hook-eslint": "3.x",
"rc-server": "3.x",
"rc-tools": "4.x",
"react": "0.13.x"
"react": "0.14.x",
"react-addons-test-utils": "~0.14.0",
"react-dom": "0.14.x"
},
"precommit": [
"pre-commit": [
"lint"
],
"dependencies": {
"warning": "~2.0.0"
"warning": "2.x"
}
}
}
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