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

filepond-plugin-file-validate-size

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filepond-plugin-file-validate-size - npm Package Compare versions

Comparing version 2.2.7 to 2.2.8

2

dist/filepond-plugin-file-validate-size.esm.js
/*!
* FilePondPluginFileValidateSize 2.2.7
* FilePondPluginFileValidateSize 2.2.8
* Licensed under MIT, https://opensource.org/licenses/MIT/

@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details.

/*!
* FilePondPluginFileValidateSize 2.2.7
* FilePondPluginFileValidateSize 2.2.8
* Licensed under MIT, https://opensource.org/licenses/MIT/

@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details.

/*!
* FilePondPluginFileValidateSize 2.2.7
* FilePondPluginFileValidateSize 2.2.8
* Licensed under MIT, https://opensource.org/licenses/MIT/

@@ -4,0 +4,0 @@ * Please visit https://pqina.nl/filepond/ for details.

/*!
* FilePondPluginFileValidateSize 2.2.7
* FilePondPluginFileValidateSize 2.2.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-validate-size",
"version": "2.2.7",
"version": "2.2.8",
"description": "File Size Validation Plugin for FilePond",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -10,2 +10,6 @@ // @ts-ignore

minFileSize?: string | null;
/** Message shown when a small file is dropped. */
labelMinFileSizeExceeded?: string;
/** Message shown when the file size is lower than the {filesize}. {filesize} is replaced with the value of the minFileSize property */
labelMinFileSize?: string;
/** The maximum size of a file, for instance 5MB or 750KB. */

@@ -12,0 +16,0 @@ maxFileSize?: string | null;

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