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

filepond-plugin-file-encode

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.1.10 to 2.1.11

2

dist/filepond-plugin-file-encode.esm.js
/*!
* FilePondPluginFileEncode 2.1.10
* FilePondPluginFileEncode 2.1.11
* Licensed under MIT, https://opensource.org/licenses/MIT/

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

/*!
* FilePondPluginFileEncode 2.1.10
* FilePondPluginFileEncode 2.1.11
* Licensed under MIT, https://opensource.org/licenses/MIT/

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

/*!
* FilePondPluginFileEncode 2.1.10
* FilePondPluginFileEncode 2.1.11
* Licensed under MIT, https://opensource.org/licenses/MIT/

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

/*!
* FilePondPluginFileEncode 2.1.10
* FilePondPluginFileEncode 2.1.11
* Licensed under MIT, https://opensource.org/licenses/MIT/

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

{
"name": "filepond-plugin-file-encode",
"version": "2.1.10",
"version": "2.1.11",
"description": "File Encoding Plugin for FilePond",

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

// @ts-ignore
import { FilePondOptions } from "filepond";
import { FilePondFile, FilePondOptions } from "filepond";

@@ -9,2 +9,7 @@ declare module "filepond" {

}
export interface FilePondFile {
getFileEncodeBase64String(): string;
getFileEncodeDataURL(): string;
}
}
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