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.3.3 to 1.3.4

4

lib/uid.js
"use strict";
var uid = 0;
module.exports = function () {
uid++;
return uid;
return Math.random().toString().slice(2);
};

@@ -41,3 +41,3 @@ 'use strict';

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

@@ -44,0 +44,0 @@ }

{
"name": "rc-upload",
"version": "1.3.3",
"version": "1.3.4",
"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