rc-upload
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -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'); |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18279
410
97
0