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

@files-ui/core

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@files-ui/core - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

19

build/types/UploadConfig.d.ts

@@ -56,2 +56,21 @@ import { ExtFile } from "./ExtFile";

urlFromExtFile?: (f: ExtFile) => string;
/**
* If true, the file will be uploaded as blob rather than FormData
* @default false
*/
asBlob?: boolean;
/**
* If true, the file will be uploaded in chunks
* @default false
*/
/**
* If given, the file will be uploaded in chunks. Also the size of each chunk will be this value in megabytes.
* @default undefined
*/
chunkSize?: number;
/**
* If given, the file will be uploaded in chunks. Also the number of chunks will be this value in megabytes.
* @default undefined
*/
numberOfChunks?: number;
};

@@ -58,0 +77,0 @@ export declare const createUploadConfig: (url?: string, method?: Method, headers?: Record<string, string>, uploadLabel?: string, cleanonUpload?: boolean) => {

2

package.json
{
"name": "@files-ui/core",
"version": "2.0.5",
"version": "2.0.6",
"description": "Base code for Files UI",

@@ -5,0 +5,0 @@ "main": "./build/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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