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.7.0 to 1.7.1

4

lib/request.js

@@ -64,2 +64,6 @@ 'use strict';

if ('withCredentials' in xhr) {
xhr.withCredentials = true;
}
xhr.open('post', option.action, true);

@@ -66,0 +70,0 @@ xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest');

4

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

@@ -59,2 +59,2 @@ "keywords": [

}
}
}

@@ -7,2 +7,4 @@ # rc-upload

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![npm download][download-image]][download-url]

@@ -14,2 +16,6 @@

[download-url]: https://npmjs.org/package/rc-upload
[travis-image]: https://img.shields.io/travis/react-component/upload.svg?style=flat-square
[travis-url]: https://travis-ci.org/react-component/upload
[coveralls-image]: https://img.shields.io/coveralls/react-component/upload.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/react-component/upload?branch=master

@@ -16,0 +22,0 @@ ## Development

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