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

rc-upload

Package Overview
Dependencies
Maintainers
1
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.2.0 to 1.2.1

4

lib/Upload.js

@@ -35,3 +35,5 @@ 'use strict';

var props = this.props;
if (window.FormData) {
var isNode = typeof window === 'undefined';
// node环境或者支持FormData的情况使用AjaxUpload
if (isNode || typeof FormData === 'function') {
return React.createElement(AjaxUpload, props);

@@ -38,0 +40,0 @@ }

{
"name": "rc-upload",
"version": "1.2.0",
"version": "1.2.1",
"description": "upload ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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