Socket
Socket
Sign inDemoInstall

rc-upload

Package Overview
Dependencies
Maintainers
5
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 3.3.3 to 3.3.4

4

es/interface.d.ts

@@ -20,4 +20,4 @@ import * as React from 'react';

onProgress?: (event: UploadProgressEvent, file: RcFile) => void;
beforeUpload?: (file: RcFile, FileList: RcFile[]) => boolean | Promise<RcFile>;
customRequest?: () => void;
beforeUpload?: (file: RcFile, FileList: RcFile[]) => boolean | Promise<void | File | Blob>;
customRequest?: (option: UploadRequestOption) => void;
withCredentials?: boolean;

@@ -24,0 +24,0 @@ openFileDialogOnClick?: boolean;

@@ -20,4 +20,4 @@ import * as React from 'react';

onProgress?: (event: UploadProgressEvent, file: RcFile) => void;
beforeUpload?: (file: RcFile, FileList: RcFile[]) => boolean | Promise<RcFile>;
customRequest?: () => void;
beforeUpload?: (file: RcFile, FileList: RcFile[]) => boolean | Promise<void | File | Blob>;
customRequest?: (option: UploadRequestOption) => void;
withCredentials?: boolean;

@@ -24,0 +24,0 @@ openFileDialogOnClick?: boolean;

{
"name": "rc-upload",
"version": "3.3.3",
"version": "3.3.4",
"description": "upload ui component for react",

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

"docs:build": "dumi build",
"docs:deploy": "gh-pages -d .doc",
"docs:deploy": "npm run docs:build && gh-pages -d .doc",
"compile": "father build",

@@ -32,0 +32,0 @@ "prepublishOnly": "npm run compile && np --yolo --no-publish",

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