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

filepond-plugin-file-rename

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

filepond-plugin-file-rename - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

2

dist/filepond-plugin-file-rename.esm.js
/*!
* 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

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