filepond-plugin-file-rename
Advanced tools
Comparing version 1.1.7 to 1.1.8
/*! | ||
* FilePondPluginFileRename 1.1.7 | ||
* FilePondPluginFileRename 1.1.8 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
/*! | ||
* FilePondPluginFileRename 1.1.7 | ||
* FilePondPluginFileRename 1.1.8 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
/*! | ||
* FilePondPluginFileRename 1.1.7 | ||
* FilePondPluginFileRename 1.1.8 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
/*! | ||
* FilePondPluginFileRename 1.1.7 | ||
* FilePondPluginFileRename 1.1.8 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT/ | ||
@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details. |
{ | ||
"name": "filepond-plugin-file-rename", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "File Rename Plugin for FilePond", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -7,6 +7,6 @@ // @ts-ignore | ||
/** Enable or disable file renaming */ | ||
allowFileRename: boolean; | ||
allowFileRename?: boolean; | ||
/** A function that receives an objecting containing file information like basename, extension and name. It should return either a string value or a Promise that resolves with a string value. */ | ||
fileRenameFunction: | ||
fileRenameFunction?: | ||
| undefined | ||
@@ -13,0 +13,0 @@ | null |
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
9800