Comparing version 4.9.5 to 4.10.0
{ | ||
"name": "filepond", | ||
"version": "4.9.5", | ||
"version": "4.10.0", | ||
"description": "FilePond, Where files go to stretch their bits.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -33,3 +33,3 @@ // Based on definitions by Zach Posten for React-Filepond <https://github.com/zposten> | ||
type ActualFileObject = Blob & { readonly lastModified: number; readonly name: string; readonly size: number; readonly type: string }; | ||
type ActualFileObject = Blob & { readonly lastModified: number; readonly name: string; }; | ||
@@ -41,4 +41,6 @@ export class File { | ||
serverId: string; | ||
/** Returns the source of the file. */ | ||
source: ActualFileObject | string; | ||
/** Returns the origin of the file. */ | ||
origin: 'input' | 'limbo' | 'local'; | ||
origin: FileOrigin; | ||
/** Returns the current status of the file. */ | ||
@@ -45,0 +47,0 @@ status: FileStatus; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
896574
21445