Socket
Socket
Sign inDemoInstall

rc-upload

Package Overview
Dependencies
Maintainers
6
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 4.8.0 to 4.8.1

6

es/AjaxUploader.js

@@ -377,3 +377,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

}), {
id: id,
id: id
/**
* https://github.com/ant-design/ant-design/issues/50643,
* https://github.com/react-component/upload/pull/575#issuecomment-2320646552
*/,
name: name,

@@ -380,0 +384,0 @@ disabled: disabled,

@@ -11,2 +11,3 @@ import React, { Component } from 'react';

headers: {};
name: string;
multipart: boolean;

@@ -13,0 +14,0 @@ onStart: typeof empty;

@@ -48,2 +48,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

headers: {},
name: 'file',
multipart: false,

@@ -50,0 +51,0 @@ onStart: empty,

@@ -385,3 +385,7 @@ "use strict";

}), {
id: id,
id: id
/**
* https://github.com/ant-design/ant-design/issues/50643,
* https://github.com/react-component/upload/pull/575#issuecomment-2320646552
*/,
name: name,

@@ -388,0 +392,0 @@ disabled: disabled,

@@ -11,2 +11,3 @@ import React, { Component } from 'react';

headers: {};
name: string;
multipart: boolean;

@@ -13,0 +14,0 @@ onStart: typeof empty;

@@ -57,2 +57,3 @@ "use strict";

headers: {},
name: 'file',
multipart: false,

@@ -59,0 +60,0 @@ onStart: empty,

4

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

@@ -30,3 +30,3 @@ "keywords": [

"docs:build": "dumi build",
"docs:deploy": "npm run docs:build && gh-pages -d .doc",
"docs:deploy": "npm run docs:build && gh-pages -d dist",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",

@@ -33,0 +33,0 @@ "now-build": "npm run docs:build",

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